NStyleSplitButton<T> Class Members
In This Topic
The following tables list the members exposed by NStyleSplitButton<T>.
Public Fields
Public Properties
| Name | Description |
| HasAutomaticButton | Gets or sets whether the drop down shows an Automatic toggle button. When the button is checked, the selected value Automatic flag is raised to true. By default set to true. |
| HasMoreOptionsButton | Gets or sets whether the drop down shows a More Options button. By default set to true. |
| HasNoneButton | Gets or sets whether the drop down shows a None toggle button. When the button is checked, the selected value is updated to the value provided by the GetNoneValue protected method. By default set to true. |
| Image | Gets or sets the image shown in the action button of this split button. |
| MoreOptionsImage | Gets or sets the image shown in the "More Options..." button of the split button popup. |
| SelectedValue | Gets or sets the selected value. The selected value is updated from the result of the drop down editing. |
Top
Protected Properties
| Name | Description |
| KAhd | |
| PreviewFactory | Gets the preview factory associated with the style this split button is used to edit. |
Top
Public Methods
| Name | Description |
| CreateCommandSource | Overridden. Creates a command source for this style split button and associates it with the given command. |
Top
Public Events
See Also