BinaryRibbonBackstageApplicationMenu
This class implements the ribbon control's application menu functionality.
public class BinaryRibbonBackstageApplicationMenu : MenuItem, IBinaryRibbonKeyTipControl, IBinaryRibbonApplicationMenu
Inherits from / implements: MenuItem, IBinaryRibbonKeyTipControl, IBinaryRibbonApplicationMenu
Members at a glance
BinaryRibbonBackstageApplicationMenu | Initializes a new instance of the BinaryRibbonApplicationMenu class. |
ButtonImage | Gets or sets the button image for the application meny button - also know as "Pearl" button. |
IsOpen | Gets or sets a value indicating whether the instance of keytip is open. |
GetContainerForItemOverride | Creates the container that one item is shown in, which for this control is a BinaryRibbonMenuItem. |
IsItemItsOwnContainerOverride | Reports whether an item can be shown as it stands, without being wrapped in a container of its own. |
OnApplyTemplate | Called when the template's tree is generated. |
OnPopupWindowClosed | Called when this control's drop-down popup closes. Override to react to it without having to attach to the popup yourself. |
OnPopupWindowOpen | Called when this control's drop-down popup opens. Override to react to it without having to attach to the popup yourself. |
ButtonImageProperty | ButtonImageProperty property. |
IsOpenProperty | IsOpenProperty property. |
Constructors
Properties
ButtonImage
Gets or sets the button image for the application meny button - also know as "Pearl" button.
Value. The button image.
IsOpen
Gets or sets a value indicating whether the instance of keytip is open.
Value. true if this keytip instance is open; otherwise, false .
Methods
GetContainerForItemOverride
Creates the container that one item is shown in, which for this control is a BinaryRibbonMenuItem.
IsItemItsOwnContainerOverride
Reports whether an item can be shown as it stands, without being wrapped in a container of its own.
OnApplyTemplate
Called when the template's tree is generated.
OnPopupWindowClosed
Called when this control's drop-down popup closes. Override to react to it without having to attach to the popup yourself.
- sender
- The popup.
- e
- Not used.
OnPopupWindowOpen
Called when this control's drop-down popup opens. Override to react to it without having to attach to the popup yourself.
- sender
- The popup.
- e
- Not used.
Fields
ButtonImageProperty
ButtonImageProperty property.
IsOpenProperty
IsOpenProperty property.