Property | Type | Description | |
---|---|---|---|
UndoTitle | string |
Method | Description | |
---|---|---|
ApplyDefaultUndoAttribute ( string undoTitle = null ) : System |
Use this attribute on action classes to have the default undo behaviour applied.
|
public ApplyDefaultUndoAttribute ( string undoTitle = null ) : System | ||
undoTitle | string | The title of the action to appear in the undo history. |
return | System |