Click or drag to resize

TaskDialogMainInstruction Property

Gets or sets the dialog's main instruction.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string MainInstruction { get; set; }

Property Value

Type: String
The dialog's main instruction. The default is an empty string ("").
Remarks
The main instruction of a task dialog will be displayed in a larger font and a different color than the other text of the task dialog.
See Also