A runtime form designer control

FormDesigner.EnableRedo Property

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

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

Remarks

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

See Also

FormDesigner Class | Viklele.Win.Designer Namespace