ISelectionService::SetSelectedComponents Method (ICollection^)

 

Selects the specified collection of components.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

void SetSelectedComponents(
	ICollection^ components
)

Parameters

components
Type: System.Collections::ICollection^

The collection of components to select.

If the array is null or does not contain any components, SetSelectedComponents selects the top-level component in the designer.

.NET Framework
Available since 1.1
Return to top
Show: