Click or drag to resize

HighlightedObjectCollection Class

List of all highlighted objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonHighlightedObjectCollection

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

The HighlightedObjectCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in the collection.
Public propertyIsReadOnly If true, the user cannot modify the component.
Public propertyItem Gets an object from the list.
Top
Methods
 NameDescription
Public methodAdd Not supported, yet.
Public methodClear Clears the collection and removes the highlight from all objects.
Public methodContains Returns true if the specified WindowlessComponent item is contained in the collection.
Public methodCopyTo Copies the SelectedObjectCollection from a specified position to a specified array.
Public methodGetEnumerator Enumerates through the list of selected objects.
Public methodIndexOf Returns the index of the specified item.
Public methodInsert Not supported, yet.
Public methodRemove Not supported, yet.
Public methodRemoveAt Not supported, yet.
Top
See Also