Gets the boolean value that identifies if Undo operation can be performed at this time.
[Visual Basic] Public Property ReadOnly EnableUndo As Boolean [C#] public bool EnableUndo { get; } [C++] public: __property bool get_EnableUndo(); [JScript] public function get EnableUndo() : bool
This property is typically used to enable/disable Undo menu in the application.
FormDesigner Class | Viklele.Win.Designer Namespace