ToolbarFullscreenButton Constructors
Represents a default toolbar button that toggles the full-screen mode within the design view area.| Name | Parameters | Description |
|---|---|---|
| ToolbarFullscreenButton() | none | Initializes a new instance of the ToolbarFullscreenButton class with default settings. |
| ToolbarFullscreenButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarFullscreenButton class with the specified settings. |
| ToolbarFullscreenButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarFullscreenButton class with the specified setting. |
See Also