ToolbarCutButton Constructors
A default toolbar button that allows the content selected within the design view area to be cut and copied to the clipboard.Name | Parameters | Description |
---|---|---|
ToolbarCutButton() | none | Initializes a new instance of the ToolbarCutButton class with default settings. |
ToolbarCutButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarCutButton class with the specified settings. |
ToolbarCutButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarCutButton class with the specified setting. |
See Also