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
[Localizable(true)]
[C1Category("Captions")]
[Editor(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)]
[DefaultValue("")]
[C1Description("C1TaskDialog.MainInstruction", "String to be used for the main instruction.")]
public string MainInstruction {get; set;}
See Also