This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manages the selection within the catalog.
Name | Description | |
---|---|---|
Clear | Unselects all objects. | |
Count | The number of selected objects. | |
DelayEvents | Delays or resumes selection event firing. If the selection changed while events were being delayed, a single event is fired when events are resumed. | |
FirstObject | The first object in the selection. | |
IsSelected | Checks if an object is selected. | |
Location | The location of the selection. | |
Select | Selects an object, optionally appending it to the existing selection. | |
SelectedObjects | The objects in the selection. | |
SetLocation | Clears the selection and sets a new location. | |
Unselect | Unselects an object. |
Classes | Description |
---|---|
GxSelection | GxObject that represents the catalog's selection. |