VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiSelectElementJS type
Constructors SeeAlso
In This Topic
    WebUiSelectElementJS Class Members
    In This Topic
    The following tables list the members exposed by WebUiSelectElementJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebUiSelectElementJS class.
    Methods
     NameDescription
    Public MethodAdds new option to this select element.
    Public MethodClear options from this select element.
    Public MethodReturns a value indicating whether this select element contains option with specified text.
    Public MethodCreates an initial markup of UI element.
    Public MethodDestroys the UI element. (Inherited from WebUiElementJS)
    Public MethodGets an active UI element state. (Inherited from WebUiElementJS)
    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 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 the zero-based index of selected option.
    Public MethodGets the text of selected option.
    Public MethodGets a state collection of UI element. (Inherited from WebUiElementJS)
    Public MethodReturns array of nested UI elements.
    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 MethodSets an active state of UI element. (Inherited from WebUiElementJS)
    Public MethodSets a value indicating whether the UI element is enabled. (Inherited from WebUiElementJS)
    Public MethodSets the zero-based index of selected option.
    Public MethodSets the master element for this element. (Inherited from WebUiElementJS)
    Public MethodSets the selected option by the text of the option element.
    Public MethodShows the UI element. (Inherited from WebUiElementJS)
    Events
     NameDescription
    Public EventOccurs when UI element is activated and connected with the UI-control. (Inherited from WebUiElementJS)
    Public EventOccurs when UI element is destroyed. (Inherited from WebUiElementJS)
    Public EventOccurs when selected index is changed.
    Public EventOccurs when UI element active state is changed. (Inherited from WebUiElementJS)
    Public EventOccurs when UI element active state is changing. (Inherited from WebUiElementJS)
    Public EventOccurs when warning (non-critical error) occurs in UI-control. (Inherited from WebUiElementJS)
    See Also