[]
Element that combines a regular button and a drop-down.
public class RibbonSplitButton : RibbonDropDownBase
Public Class RibbonSplitButton
Inherits RibbonDropDownBase
Name | Description |
---|---|
RibbonSplitButton() | Initializes a new instance of the RibbonSplitButton class. |
Name | Description |
---|---|
ButtonEnabled | Gets or sets a value indicating whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down. |
DropDownAlign | Gets or sets the alignment of the drop-down portion relative to this component. |
GripHandleVisible | Gets or sets a value indicating whether the drop-down can be resized. |
KeyTip | Gets or sets the KeyTip providing keyboard access to the Button. |
LargeItemDropDownWidth | Gets or sets the width of a drop-down menu with large items if the value is greater than 100. |
MaxDropDownItems | Gets or sets the maximum number of items to display in the drop-down list. |
PreferredItemSize | Gets or sets a value specifies the size of the drop down items. |
Pressed | Gets or sets a value that indicates whether the split button is pressed (toggled). |
ShortcutKeys | Gets or sets the shortcut keys associated with the button. |
Text | Gets or sets the label used to identify this RibbonSplitButton. |
ToggleOnClick | Indicates whether the split button should remain in pressed state after clicking on it. |