ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / ExpandedInformation Property

In This Topic
    ExpandedInformation Property
    In This Topic
    Gets or sets the string to be used for displaying additional information.
    Syntax
    'Declaration
     
    
    <EditorAttribute(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)>
    <C1DescriptionAttribute("C1TaskDialog.ExpandedInformation", "String to be used for displaying additional information.")>
    <DefaultValueAttribute("")>
    <LocalizableAttribute(True)>
    <C1CategoryAttribute("Expanded")>
    Public Property ExpandedInformation As String
    [Editor(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)]
    [C1Description("C1TaskDialog.ExpandedInformation", "String to be used for displaying additional information.")]
    [DefaultValue("")]
    [Localizable(true)]
    [C1Category("Expanded")]
    public string ExpandedInformation {get; set;}
    Remarks
    If the EnableHyperlinks property contains True, then this string may contain hyperlinks in the form: <A HREF="url">Hyperlink Text</A>.
    See Also