Spread Windows Forms 7.0 Product Documentation
Elements Class Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : Elements Class


Glossary Item Box

The following tables list the members exposed by Elements.

Public Constructors

 NameDescription
Public ConstructorElements ConstructorCreates a collection of elements.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of elements in the collection.  
Public PropertyItemGets the element at the specified index within the collection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds an element to the collection and returns its index.  
Public MethodClearRemoves all the elements from the collection.  
Public MethodContainsGets whether an element is in the collection.  
Public MethodFindFinds an element in the collection that matches the specified name.  
Public MethodFindByTypeFinds an element in the collection that matches the specified type and name.  
Public MethodFireElementAddNotifyInternal use only.  
Public MethodFireElementDeletingNotifyInternal use only  
Public MethodGetEnumeratorOverloaded. Returns the index and number of the array list of elements.  
Public MethodIndexOfGet the index of an element in the collection.  
Public MethodInsertOverloaded. Inserts an element to the collection at the specified index.  
Public MethodMoveItemInternalInternal use only  
Public MethodRemoveRemoves the specified element from the collection.  
Public MethodRemoveAtRemoves the specified element (by index) from the collection.  
Public MethodRemoveByNameRemoves the specified element (by name) from the collection.  
Public MethodReplaceReplaces an existing element with a new one.  
Public MethodReplaceAtReplaces an existing element index with a new one.  
Top

Public Events

 NameDescription
Public EventElementAddNotifyOccurs when an element is added.  
Public EventElementDeletingNotifyOccurs when an element is deleted.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.