NToggleButtonBase Class Members
In This Topic
The following tables list the members exposed by NToggleButtonBase.
Public Fields
Public Properties
| Name | Description |
 | Checked | Gets or sets the checked state of the toggle button. |
 | ToggleCheckedOnClick | Determines whether to toggle the checked state of the toggle button when clicked. By default set to true. |
Top
Public Events
| Name | Description |
 | CheckedChanged | Occurs when the checked property has changed. |
 | CheckedChanging | Occurs when the checked property is about to be changed |
Top
See Also