ToolbarTablePropertiesDialogButton Constructors
Represents a default toolbar button that invokes the Table Properties dialog, allowing modification of a table’s properties within the design view area.| Name | Parameters | Description |
|---|---|---|
| ToolbarTablePropertiesDialogButton() | none | Initializes a new instance of the ToolbarTablePropertiesDialogButton class with default settings. |
| ToolbarTablePropertiesDialogButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarTablePropertiesDialogButton class with the specified settings. |
| ToolbarTablePropertiesDialogButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarTablePropertiesDialogButton class with the specified setting. |
See Also