ToolbarUnlinkButton Constructors
Represents a default toolbar button that allows a link contained within the text or image selected within the design view area to be removed.Name | Parameters | Description |
---|---|---|
ToolbarUnlinkButton() | none | Initializes a new instance of the ToolbarUnlinkButton class with default settings. |
ToolbarUnlinkButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarUnlinkButton class with the specified settings. |
ToolbarUnlinkButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarUnlinkButton class with the specified setting. |
See Also