Click or drag to resize

SelectedObjectCollection Class

List of all selected objects.
Inheritance Hierarchy

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

The SelectedObjectCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items in SelectedObjectCollection.
Public propertyIsReadOnly
If true, the user cannot modify the component.
Public propertyItem
Gets an object from the list.
Public propertySelectionContainer
Returns WindowlessComponent of the SelectionContainer.
Top
Methods
  NameDescription
Public methodAdd
Not supported, yet.
Public methodClear
Clears the collection and deselect 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 methodInvert
Inverts all available objects.
Public methodRemove
Not supported, yet.
Public methodRemoveAt
Not supported, yet.
Top
See Also