A runtime form designer control

FormDesigner.SelectAllComponents Method 

Selects all the components that are directly sited on the FormDesigner control.

[Visual Basic]
Public Sub SelectAllComponents()
[C#]
public void SelectAllComponents();
[C++]
public: void SelectAllComponents();
[JScript]
public function SelectAllComponents();

Remarks

This command will be ignored if the FormDesigner is in Run Mode.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | SelectComponent | DeselectComponent | DeselectAllComponents