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