Gets the object that is currently the primary selected object.
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object PrimarySelection { get; } |
Visual Basic |
---|
Public ReadOnly Property PrimarySelection As Object Get |
JScript |
---|
final function get PrimarySelection () : Object |
Implements
ISelectionService..::..PrimarySelectionRemarks
When multiple components are selected at design time, one of the objects is the primary selected object. Some operations behave differently depending on which selected component is the primary selected object. The primary selected object is typically the last object that was selected, but the primary object of a multiple component selection can be changed to any of the selected components. The primary selected object has a selection border that is distinct in appearance from the other selected objects. The specific type of visual distinction depends on the development environment's implementation of a selection user interface.