Sets the currently selected set of components.
[Visual Basic] Overloads Sub SetSelectedComponents( _ ByVal components() As Object _ ) [C#] void SetSelectedComponents( object[] components ); [C++] void SetSelectedComponents( Object* components[] ) = 0; [JScript] function SetSelectedComponents( components : Object[] );
If the array is a null reference (in Visual Basic Nothing) or doesn't contain any components, SetSelectedComponents will select the top level component in the designer.
ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace | ISelectionService.SetSelectedComponents Overload List