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