NStyleSplitButton<T> Class Properties
In This Topic
For a list of all members of this type, see NStyleSplitButton<T> members.
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 |
 | OSfd | |
 | PreviewFactory | Gets the preview factory associated with the style this split button is used to edit. |
Top
See Also