A runtime form designer control

FormDesigner.EnableSelectAll Property

Gets the boolean value that identifies if SelectAllComponents operation can be performed at this time.

[Visual Basic]
Public Property ReadOnly EnableSelectAll As Boolean
[C#]
public bool EnableSelectAll { get; }
[C++]
public: __property bool get_EnableSelectAll();
[JScript]
public function get EnableSelectAll() : bool

Remarks

This property is typically used to enable/disable Select All menu in the application.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace