VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPropertyGridPanelJS type
Constructors SeeAlso
In This Topic
    WebUiPropertyGridPanelJS Class Members
    In This Topic
    The following tables list the members exposed by WebUiPropertyGridPanelJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebUiPropertyGridPanelJS class.
    Methods
     NameDescription
    Public MethodOverloaded. Creates and returns markup of UI element.
    Public MethodDestroys this panel. (Inherited from WebUiPanelJS)
    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 collection of UI elements contained within this WebUiElementContainerJS. (Inherited from WebUiElementContainerJS)
    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 button, which allows to change the panel state (Inherited from WebUiPanelJS)
    Public MethodGets a markup of the state button. (Inherited from WebUiPanelJS)
    Public MethodGets a state collection of UI element. (Inherited from WebUiElementJS)
    Public MethodGets a string array that contains names of supported font families.
    Public MethodGets a value indicating whether the property grid panel should use color picker for editing the color value.
    Public MethodReturns item. (Inherited from WebUiElementContainerJS)
    Public MethodReturns the first item with specified registered identifier. (Inherited from WebUiElementContainerJS)
    Public MethodOverloaded. Returns array of nested UI elements. (Inherited from WebUiPanelJS)
    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. (Inherited from WebUiPanelJS)
    Public MethodSets an active state of UI element. (Inherited from WebUiElementJS)
    Public MethodSets a value indicating whether the UI element is enabled. (Inherited from WebUiPanelJS)
    Public MethodSets a string array that contains names of supported font families.
    Public MethodSets a value indicating whether the property grid panel should use color picker for editing the color value.
    Public MethodSets the master element for this element. (Inherited from WebUiElementJS)
    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 panel is hidden. (Inherited from WebUiPanelJS)
    Public EventOccurs when panel is shown. (Inherited from WebUiPanelJS)
    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