Class BinaryRibbonBackstageApplicationMenu
This class implements the ribbon control's application menu functionality.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public class BinaryRibbonBackstageApplicationMenu : MenuItem, IBinaryRibbonKeyTipControl, IBinaryRibbonApplicationMenu
Constructors
BinaryRibbonBackstageApplicationMenu()
Initializes a new instance of the BinaryRibbonApplicationMenu class.
Declaration
public BinaryRibbonBackstageApplicationMenu()
Properties
ButtonImage
Gets or sets the button image for the application meny button - also know as "Pearl" button.
Declaration
public ImageSource ButtonImage { get; set; }
IsOpen
Gets or sets a value indicating whether the instance of keytip is open.
Declaration
public bool IsOpen { get; set; }
Methods
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
DependencyObject |
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
Object | item |
Returns
Type | Description |
---|---|
Boolean |
OnApplyTemplate()
Called when the template's tree is generated.
Declaration
public override void OnApplyTemplate()
OnPopupWindowClosed(Object, EventArgs)
Declaration
protected virtual void OnPopupWindowClosed(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | |
EventArgs | e |
OnPopupWindowOpen(Object, EventArgs)
Declaration
protected virtual void OnPopupWindowOpen(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | |
EventArgs | e |
Explicit Interface Implementations
IBinaryRibbonKeyTipControl.PerformKeyTipExecute()
Performs custom logic for the method PerformKeyTipExecute().
Declaration
void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()