A runtime form designer control

FormDesigner.EnableUndo Property

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

Remarks

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

See Also

FormDesigner Class | Viklele.Win.Designer Namespace