ToolbarInsertTableDialogButton Constructors
Represents a default toolbar button that invokes the “Insert Table” dialog, allowing insertion of a table into the design view area.| Name | Parameters | Description |
|---|---|---|
| ToolbarInsertTableDialogButton() | none | Initializes a new instance of the ToolbarInsertTableDialogButton class with default settings. |
| ToolbarInsertTableDialogButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarInsertTableDialogButton class with the specified settings. |
| ToolbarInsertTableDialogButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarInsertTableDialogButton class with the specified setting. |
See Also