NevronOpenVision
Nevron.Nov.UI Namespace / NToggleButtonBase Class
Fields Properties Methods Events


NToggleButtonBase Class Members

The following tables list the members exposed by NToggleButtonBase.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the Checked property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NToggleButtonBase.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ToggleCheckedOnClick property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the checked state of the toggle button.  
Public PropertyDetermines whether to toggle the checked state of the toggle button when clicked. By default set to true.  
Top
Protected Methods
 NameDescription
Protected MethodCalled when the value of the Checked proprety has changed.  
Protected MethodOverridden. Raises the button click event  
Internal Method  
Protected MethodToggles the checked state of the button  
Internal Method  
Top
Public Events
 NameDescription
Public EventOccurs when the checked property has changed.  
Public EventOccurs when the checked property is about to be changed  
Top
See Also