ToolbarUndoButton Constructors
A default toolbar button that allows the previous action performed within the design view area to be canceled.Name | Parameters | Description |
---|---|---|
ToolbarUndoButton() | none | Initializes a new instance of the ToolbarUndoButton class with default settings. |
ToolbarUndoButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarUndoButton class with the specified settings. |
ToolbarUndoButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarUndoButton class with the specified setting. |
See Also