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