ComponentOne Windows 7 Control Pack for WinForms
EnableHyperlinks Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : EnableHyperlinks Property
Enables hyperlink processing for the dialog strings.
Syntax
<C1CategoryAttribute("Captions")>
<C1DescriptionAttribute("Enables hyperlink processing for the dialog strings.")>
<DefaultValueAttribute()>
Public Property EnableHyperlinks As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.EnableHyperlinks = value
 
value = instance.EnableHyperlinks
[C1Category("Captions")]
[C1Description("Enables hyperlink processing for the dialog strings.")]
[DefaultValue()]
public bool EnableHyperlinks {get; set;}
[C1Category("Captions")]
[C1Description("Enables hyperlink processing for the dialog strings.")]
[DefaultValue()]
public:
property bool EnableHyperlinks {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members