A runtime form designer control

FormDesigner.SelectComponent Method (ICollection)

Selects specified components.

[Visual Basic]
Public Sub SelectComponent( _ 
   ByVal components As ICollection _ 
)
[C#]
public void SelectComponent(
   ICollection components
);
[C++]
public: void SelectComponent(
   ICollection* components
);
[JScript]
public function SelectComponent(
   ICollection components
);

Parameters

components
A collection of components to be selected

Remarks

No exception occurs if any component of the specified collection is already selected.

The call to this method is ignored if the FormDesigner is operating in run Mode.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | FormDesigner.SelectComponent Overload List | SelectComponent | DeselectComponent