Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class
Properties Methods Events

In This Topic
    Elements Class Members
    In This Topic

    The following tables list the members exposed by Elements.

    Public Constructors
     NameDescription
    Public ConstructorCreates a collection of elements.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets the element at the specified index within the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an element to the collection and returns its index.  
    Public MethodRemoves all the elements from the collection.  
    Public MethodGets whether an element is in the collection.  
    Public MethodFinds an element in the collection that matches the specified name.  
    Public MethodFinds an element in the collection that matches the specified type and name.  
    Public MethodInternal use only.  
    Public MethodInternal use only  
    Public MethodOverloaded. Returns the index and number of the array list of elements.  
    Public MethodGet the index of an element in the collection.  
    Public MethodOverloaded. Inserts an element to the collection at the specified index.  
    Public MethodInternal use only  
    Public MethodRemoves the specified element from the collection.  
    Public MethodRemoves the specified element (by index) from the collection.  
    Public MethodRemoves the specified element (by name) from the collection.  
    Public MethodReplaces an existing element with a new one.  
    Public MethodReplaces an existing element index with a new one.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an element is added.  
    Public EventOccurs when an element is deleted.  
    Top
    See Also