Class BinaryRibbonSplitButtonControl
A custom dro-down button control that provides two split areas of display - one for the button content, and the other (typically at the bottom location) for drop-down menu with more options (usually commands).
Implements
Inherited Members
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public class BinaryRibbonSplitButtonControl : BinaryRibbonDropDownButton, IBinaryRibbonContentElementBoundsConfigurable, IBinaryRibbonContentElement, IBinaryRibbonComponent, IBinaryRibbonKeyTipControl
Constructors
BinaryRibbonSplitButtonControl()
Declaration
public BinaryRibbonSplitButtonControl()
Properties
ClickMode
Gets or sets the click mode.
Declaration
public ClickMode ClickMode { get; set; }
Methods
OnApplyTemplate()
Called when the template's tree is generated.
Declaration
public override void OnApplyTemplate()
Overrides
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
MouseButtonEventArgs | e |
Overrides
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
MouseButtonEventArgs | e |
Overrides
SwitchState()
Declaration
protected override void SwitchState()
Overrides
Explicit Interface Implementations
IBinaryRibbonKeyTipControl.PerformKeyTipExecute()
Performs custom logic for the method PerformKeyTipExecute().
Declaration
void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()