ToolbarPasteFromWordButton Constructors
Represents a default toolbar button that invokes the “Paste from Word” dialog allowing the copied Word text to be inserted into the design view area.Name | Parameters | Description |
---|---|---|
ToolbarPasteFromWordButton() | none | Initializes a new instance of the ToolbarPasteFromWordButton class with default settings. |
ToolbarPasteFromWordButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarPasteFromWordButton class with the specified settings. |
ToolbarPasteFromWordButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarPasteFromWordButton class with the specified setting. |
See Also