NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionService.GetContainerSelected

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;

Parameters

component
The component to test.

Return Value

true if the component is part of the user's current container selection; otherwise, false.

Remarks

Container selection is a visual aid for selecting containers. It doesn't affect the normal component selection.

See Also

ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace