Gets count of the possible undo steps
Namespace:
Greatis.FormDesigner
Assembly:
Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UndoCount As Integer |
| C# |
|---|
public int UndoCount { get; } |
| Visual C++ |
|---|
public:
property int UndoCount {
int get ();
} |
| JavaScript |
|---|
function get_undoCount();
|
See Also