WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / MainInstruction Property

In This Topic
MainInstruction Property (C1TaskDialog)
In This Topic
Gets or sets the string to be used for the main instruction.
Syntax
'Declaration
 
<LocalizableAttribute(True)>
<C1CategoryAttribute("Captions")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)>
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1TaskDialog.MainInstruction", "String to be used for the main instruction.")>
Public Property MainInstruction As String
 
See Also