Simple selection object. Implements drawing and selecting but not clipboard support.
| Interfaces | Description |
|---|---|
| IConnectionPointContainer | Supports connection points for connectable objects. |
| IEnumElement | Provides access to members that control the Element enumerator object. |
| IGraphicsContainerProperty | Provides access to members that control Graphics Container Properties. |
| ISelection | Provides access to members that control a collection of selectable objects. |
| Interfaces | Description |
|---|---|
| ISelectionEvents (default) | Provides access to events that occur when the selection changes. |
When working with SimpleElementSelection's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pSimpleElementSelection as SimpleElementSelection