VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type
Constructors SeeAlso
In This Topic
    WebUiElementJS Class Members
    In This Topic
    The following tables list the members exposed by WebUiElementJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebUiElementJS class.
    Methods
     NameDescription
    Public MethodCreates an initial markup of UI element.
    Public MethodDestroys the UI element.
    Public MethodGets an active UI element state.
    Public MethodGets the DOM element associated with this UI element.
    Public MethodGets a value indicating whether the UI element is enabled.
    Public MethodGets the localization identifier of UI element.
    Public MethodGets the identifier under which UI element is registered in WebUiElementsFactoryJS.
    Public MethodGets the root control that contains this UI element.
    Public MethodGets a state collection of UI element.
    Public MethodReturns array of nested UI elements.
    Public MethodHides the UI element.
    Public MethodReturns a value indicating whether the UI element is visible.
    Public MethodOverloaded. Creates and returns markup of UI element.
    Public MethodSets an active state of UI element.
    Public MethodSets a value indicating whether the UI element is enabled.
    Public MethodSets the master element for this element.
    Public MethodShows the UI element.
    Events
     NameDescription
    Public EventOccurs when UI element is activated and connected with the UI-control.
    Public EventOccurs when UI element is destroyed.
    Public EventOccurs when UI element active state is changed.
    Public EventOccurs when UI element active state is changing.
    Public EventOccurs when warning (non-critical error) occurs in UI-control.
    See Also