4.737 RibbonSplitButton (4.5)
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl > MenuBase > Menu > RibbonMenuButton > RibbonSplitButton, IInputElement | |
RibbonSplitButton | |
(usage) |
<RibbonSplitButton> x:Object* </RibbonSplitButton> |
(description) |
Represents a composite control that has a primary button that responds to a Click event and a secondary button that displays a drop-down list of mutually exclusive values. |
[content property] |
Items |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
CheckedBackground |
Brush |
(description) |
The brush that is used to draw the background of the control when it is in the Checked state. |
CheckedBorderBrush |
Brush |
(description) |
The brush that is used to draw the outer border of the control when it is in the Checked state. |
Command |
ICommand |
(description) |
The command that is associated with this control. |
CommandParameter |
x:Object |
(description) |
A user-defined data value to pass to the command. |
CommandTarget |
IInputElement |
(description) |
The element on which to raise the specified command. |
DropDownToolTipDescription |
x:String |
(description) |
The descriptive text that is displayed in the ToolTip for the drop-down area of this control. |
DropDownToolTipFooterDescription |
x:String |
(description) |
The descriptive text that is displayed in the footer of the ToolTip for the drop-down area of this control. |
DropDownToolTipFooterImageSource |
ImageSource |
(description) |
The image that is displayed in the footer of the ToolTip for the drop-down area of this control. |
DropDownToolTipFooterTitle |
x:String |
(description) |
The title text that is displayed in the footer of the ToolTip for the drop-down area of this control. |
DropDownToolTipImageSource |
ImageSource |
(description) |
The image that is displayed in the ToolTip for the drop-down area of this control. |
DropDownToolTipTitle |
x:String |
(description) |
The title text that is displayed in the ToolTip for the drop-down area of this control. |
HeaderKeyTip |
x:String |
(description) |
The keyboard shortcut for the header area of this control. |
HeaderQuickAccessToolBarId |
x:Object |
(description) |
A unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar. |
IsCheckable |
x:Boolean |
(description) |
A value that indicates whether a user can check and uncheck the button. |
IsChecked |
x:Boolean |
(description) |
A value that indicates whether the button is checked. |
LabelPosition |
RibbonSplitButtonLabelPosition |
(description) |
A value that indicates the relative position of the label for this control. |
(events) |
|
Click |
Occurs when the button is clicked. |