Gets the object that is currently the primary selection.
[Visual Basic] Function GetPrimarySelection() As Object [C#] object GetPrimarySelection(); [C++] Object* GetPrimarySelection() = 0; [JScript] function GetPrimarySelection() : Object;
The primary selection.
The primary selection has a slightly different UI look and is used as a "key" when an operation is to be done on multiple components.
ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace