SelectionContainer Members
Include Protected Members
Include Inherited Members
Provides a unified interface for accessing a set of selected objects.
The SelectionContainer type exposes the following members.
Constructors
Name
Description
Overloaded. This constructor initializes a new SelectionContainer object on creation.
Top
Methods
Name
Description
Overriding this method enables an object to respond when selected.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Refers to all SelectableObjects.
Refers to all SelectedObjects.
Top
Properties
Name
Description
Gets the collection of selectable objects.
Gets or sets the collection of selected objects.
Top
Events
Name
Description
Raised when an external object calls the SelectObjects(UInt32, Object, UInt32) method with the SELECTED flag set.
Top
Explicit Interface Implementations
Name
Description
ISelectionContainer.CountObjects
Determines the number of objects either those SELECTED or ALL items.
ISelectionContainer.GetObjects
Sets cObjects with the number of items SELECTED or ALL items and populates array apUnkObjects with pointers to those objects.
ISelectionContainer.SelectObjects
Sets the collection of selectable objects.
Top