Sets the currently selected set of components.
Sets the currently selected set of components to those with the specified selection type within the specified array of components.
[Visual Basic] Overloads Sub SetSelectedComponents(Object(), SelectionTypes)
[C#] void SetSelectedComponents(Object[], SelectionTypes);
[C++] void SetSelectedComponents(Object*[], SelectionTypes) = 0;
[JScript] function SetSelectedComponents(Object[], SelectionTypes);
Sets the currently selected set of components.
[Visual Basic] Overloads Sub SetSelectedComponents(Object())
[C#] void SetSelectedComponents(Object[]);
[C++] void SetSelectedComponents(Object*[]) = 0;
[JScript] function SetSelectedComponents(Object[]);
ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace