ComponentOne Windows 7 Control Pack for WinForms
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
    [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