VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiToggleButtonJS type
In This Topic
WebUiToggleButtonJS Class Methods
In This Topic
For a list of all methods of this type, see WebUiToggleButtonJS.
Methods
 NameDescription
Public MethodCreates an initial markup of UI element. (Inherited from WebUiElementJS)
Public MethodDestroys this UI element.
Public MethodGets the active button of current WebUiToggleButtonJS object.
Public MethodGets an active UI element state. (Inherited from WebUiElementJS)
Public MethodGets a collection of WebUiButtonJS objects.
Public MethodGets the DOM element associated with this UI element. (Inherited from WebUiElementJS)
Public MethodGets a value indicating whether the UI element is enabled. (Inherited from WebUiElementJS)
Public MethodGets the localization identifier of UI element. (Inherited from WebUiElementJS)
Public MethodGets a value indicating whether the click event for active button should be raised when toggle button is opening.
Public MethodGets the identifier under which UI element is registered in WebUiElementsFactoryJS. (Inherited from WebUiElementJS)
Public MethodGets the root control that contains this UI element. (Inherited from WebUiElementJS)
Public MethodGets a state collection of UI element. (Inherited from WebUiElementJS)
Public MethodOverloaded. Returns array of nested UI elements. (Inherited from WebUiElementJS)
Public MethodHides the UI element. (Inherited from WebUiElementJS)
Public MethodReturns a value indicating whether the UI element is visible. (Inherited from WebUiElementJS)
Public MethodOverloaded. Creates and returns markup of UI element.
Public MethodOverloaded. Sets the active button of current WebUiToggleButtonJS object.
Public MethodSets an active state of UI element. (Inherited from WebUiElementJS)
Public MethodSets a value indicating whether the UI element is enabled.
Public MethodSets a value indicating whether the click event for active button should be raised when toggle button is opening.
Public MethodOverloaded. Sets the master element for this element.
Public MethodShows the UI element. (Inherited from WebUiElementJS)
See Also