Gets whether the specified component is the currently selected container.
[Visual Basic] Function GetContainerSelected( _ ByVal component As Object _ ) As Boolean [C#] bool GetContainerSelected( object component ); [C++] bool GetContainerSelected( Object* component ) = 0; [JScript] function GetContainerSelected( component : Object ) : Boolean;
true if the component is part of the user's current container selection; otherwise, false.
Container selection is a visual aid for selecting containers. It doesn't affect the normal component selection.
ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace