Changes the container selection status of the given component.
[Visual Basic] Sub SetContainerSelected( _ ByVal component As Object, _ ByVal selected As Boolean _ ) [C#] void SetContainerSelected( object component, bool selected ); [C++] void SetContainerSelected( Object* component, bool selected ) = 0; [JScript] function SetContainerSelected( component : Object, selected : Boolean );
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