LTComponentCollection Class |
Namespace: Easymap.AddIn.Common
The LTComponentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of items in LTComponentCollection.
|
![]() | IsReadOnly |
If true, the user cannot modify the component.
|
![]() | ItemInt32 |
Gets the item with the specified index
|
![]() | ItemString |
Gets the item with the specified caption
|
Name | Description | |
---|---|---|
![]() | Add |
Not supoorted, yet.
|
![]() | Clear |
Not supoorted, yet.
|
![]() | Contains |
Returns true if the specified LTComponent is contained in the collection.
|
![]() | CopyTo |
Copies the LTComponentCollection from a specified position to a specified array.
|
![]() | FindByCaption |
Find a Component by its Caption (recursive)
|
![]() | FindByCaptionLocal |
Find a Component by its Caption (non recursive)
|
![]() | FindByName |
Find a LTComponent by its Name (recursive)
|
![]() | FindByType |
Find a LTComponent by it's Type (recursive)
|
![]() | FindByTypeLocal |
Find a LTComponent by it's Type (non recursive)
|
![]() | GetEnumerator |
Enumerates through the list of LTComponents.
|
![]() | IndexOf |
The index of the item in the collection
|
![]() | Insert |
Not supported, yet.
|
![]() | Remove |
Not supported, yet.
|
![]() | RemoveAt |
Not supported, yet.
|