Skip to main content
A newer version of this page is available. .

ToolbarCustomDialogButton Constructors

A toolbar button that allows a custom dialog to be invoked.
Name Parameters Description
ToolbarCustomDialogButton() none Initializes a new instance of the ToolbarCustomDialogButton class with default settings.
ToolbarCustomDialogButton(String, Boolean, Boolean) name, beginGroup, visible Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
ToolbarCustomDialogButton(String, Boolean) name, beginGroup Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
ToolbarCustomDialogButton(String, String, Boolean, Boolean) name, toolTip, beginGroup, visible Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
ToolbarCustomDialogButton(String, String, Boolean) name, toolTip, beginGroup Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
ToolbarCustomDialogButton(String, String) name, toolTip Initializes a new instance of the ToolbarCustomDialogButton class with the specified settings.
ToolbarCustomDialogButton(String) name Initializes a new instance of the ToolbarCustomDialogButton class with the specified setting.
See Also