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
This property is typically used to enable/disable Select All menu in the application.
FormDesigner Class | Viklele.Win.Designer Namespace