Click or drag to resize

LTComponentCollection Class

List of all available LTComponentes
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class LTComponentCollection : Wrapper, 
	IList<LTComponent>, ICollection<LTComponent>, IEnumerable<LTComponent>, 
	IEnumerable

The LTComponentCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Not supoorted, yet.
Public methodClear
Not supoorted, yet.
Public methodContains
Returns true if the specified LTComponent is contained in the collection.
Public methodCopyTo
Copies the LTComponentCollection from a specified position to a specified array.
Public methodFindByCaption
Find a Component by its Caption (recursive)
Public methodFindByCaptionLocal
Find a Component by its Caption (non recursive)
Public methodFindByName
Find a LTComponent by its Name (recursive)
Public methodFindByType
Find a LTComponent by it's Type (recursive)
Public methodFindByTypeLocal
Find a LTComponent by it's Type (non recursive)
Public methodGetEnumerator
Enumerates through the list of LTComponents.
Public methodIndexOf
The index of the item in the collection
Public methodInsert
Not supported, yet.
Public methodRemove
Not supported, yet.
Public methodRemoveAt
Not supported, yet.
Top
See Also