ToolbarDeleteTableColumnButton Constructors
Represents a default toolbar button that deletes a column in the table within the design view area.| Name | Parameters | Description |
|---|---|---|
| ToolbarDeleteTableColumnButton() | none | Initializes a new instance of the ToolbarDeleteTableColumnButton class with default settings. |
| ToolbarDeleteTableColumnButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarDeleteTableColumnButton class with the specified settings. |
| ToolbarDeleteTableColumnButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarDeleteTableColumnButton class with the specified setting. |
See Also