ComponentOne Windows 7 Control Pack for WinForms
UseCommandLinks Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : UseCommandLinks Property
Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.
Syntax
<DefaultValueAttribute()>
<C1DescriptionAttribute("Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")>
<C1CategoryAttribute("Buttons")>
Public Property UseCommandLinks As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.UseCommandLinks = value
 
value = instance.UseCommandLinks
[DefaultValue()]
[C1Description("Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")]
[C1Category("Buttons")]
public bool UseCommandLinks {get; set;}
[DefaultValue()]
[C1Description("Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")]
[C1Category("Buttons")]
public:
property bool UseCommandLinks {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members