Click or drag to resize

LTComponentCollection Class

List of all available LTComponentes
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponentCollection

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

The LTComponentCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in LTComponentCollection.
Public propertyIsReadOnly If true, the user cannot modify the component.
Public propertyItemInt32 Gets the item with the specified index
Public propertyItemString Gets the item with the specified caption
Top
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