ISelectionService::GetComponentSelected Method (Object^)
.NET Framework (current version)
Gets a value indicating whether the specified component is currently selected.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The component to test.
Return Value
Type: System::Booleantrue if the component is part of the user's current selection; otherwise, false.
This method can be used to check whether a specific component is currently selected. This process is generally quicker than getting and parsing the entire list of selected components.
.NET Framework
Available since 1.1
Available since 1.1
Show: