VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type
Constructors SeeAlso
In This Topic
    WebUiElementCollectionJS Class Members
    In This Topic
    The following tables list the members exposed by WebUiElementCollectionJS.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the WebUiElementCollectionJS class.
    Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the end of the collection.
    Public MethodBrings the specified item to the specified position in the collection.
    Public MethodClears the collection.
    Public MethodGets the number of items contained in the collection.
    Public MethodGets a value indicating whether the collection is read only.
    Public MethodReturns an item.
    Public MethodReturns the first item with specified registered identifier.
    Public MethodReturns all items with specified registered identifier.
    Public MethodReturns the index of the specified WebUiElementJS object.
    Public MethodOverloaded. Inserts an item into collection at the specified index.
    Public MethodRemoves specified item from the collection.
    Public MethodRemoves the specified item from the collection.
    Public MethodSwaps two items in the collection.
    Public MethodReturns the collection as array.
    Events
     NameDescription
    Public EventOccurs when UI element collection is changed.
    Public EventOccurs when UI element collection is changing.
    See Also