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 );
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.
FormDesigner Class | Viklele.Win.Designer Namespace | FormDesigner.SelectComponent Overload List | SelectComponent | DeselectComponent