Gets count of the possible redo steps

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RedoCount As Integer
C#
public int RedoCount { get; }
Visual C++
public:
property int RedoCount {
	int get ();
}
JavaScript
function get_redoCount();

See Also