Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class
Fields 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
    Protected Fields
     NameDescription
    Protected FieldArray list of element notify  
    Protected Field  
    Protected FieldArray list of items  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyInternal use only.  
    Public PropertyGets the element at the specified index within the collection.  
    Public PropertyInternal use only.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an element to the collection and returns its index.  
    Public MethodInternal use only.  
    Public MethodInternal use only.  
    Public MethodInternal use only.  
    Public MethodRemoves all the elements from the collection.  
    Public MethodGets whether an element is in the collection.  
    Public MethodInternal use only.  
    Public MethodOverloaded. Finds 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 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 MethodInternal use only.  
    Public MethodInternal use only.  
    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