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