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