SelectedObjectCollection Class |
Namespace: Easymap.AddIn.Common
The SelectedObjectCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of items in SelectedObjectCollection.
| |
IsReadOnly |
If true, the user cannot modify the component.
| |
Item |
Gets an object from the list.
| |
SelectionContainer |
Returns WindowlessComponent of the SelectionContainer.
|
Name | Description | |
---|---|---|
Add |
Not supported, yet.
| |
Clear |
Clears the collection and deselect 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.
| |
Invert |
Inverts all available objects.
| |
Remove |
Not supported, yet.
| |
RemoveAt |
Not supported, yet.
|