| TaskDialogButtonStyle Property |
Gets or sets a value that indicates whether custom buttons should be displayed as normal buttons or command links.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TaskDialogButtonStyle ButtonStyle { get; set; }
Public Property ButtonStyle As TaskDialogButtonStyle
Get
Set
public:
property TaskDialogButtonStyle ButtonStyle {
TaskDialogButtonStyle get ();
void set (TaskDialogButtonStyle value);
}
member ButtonStyle : TaskDialogButtonStyle with get, set
Property Value
Type:
TaskDialogButtonStyle
A
TaskDialogButtonStyle that indicates the display style of custom buttons on the dialog.
The default value is
Standard.
Remarks
This property affects only custom buttons, not standard ones.
If a custom button is being displayed on a task dialog
with ButtonStyle set to CommandLinks
or CommandLinksNoIcon, you delineate the command from the
note by placing a line break in the string specified by Text property.
See Also