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