HighlightedObjectCollection Class |
Namespace: Easymap.AddIn.Common
The HighlightedObjectCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of items in the collection.
|
![]() | IsReadOnly |
If true, the user cannot modify the component.
|
![]() | Item |
Gets an object from the list.
|
Name | Description | |
---|---|---|
![]() | Add |
Not supported, yet.
|
![]() | Clear |
Clears the collection and removes the highlight from all objects.
|
![]() | Contains |
Returns true if the specified WindowlessComponent item is contained in the collection.
|
![]() | CopyTo |
Copies the SelectedObjectCollection from a specified position to a specified array.
|
![]() | GetEnumerator |
Enumerates through the list of selected objects.
|
![]() | IndexOf |
Returns the index of the specified item.
|
![]() | Insert |
Not supported, yet.
|
![]() | Remove |
Not supported, yet.
|
![]() | RemoveAt |
Not supported, yet.
|