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