WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / UseCommandLinks Property

In This Topic
UseCommandLinks Property (C1TaskDialog)
In This Topic
Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.
Syntax
'Declaration
 
<C1CategoryAttribute("Buttons")>
<C1DescriptionAttribute("C1TaskDialog.UseCommandLinks", "Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")>
<DefaultValueAttribute(True)>
Public Property UseCommandLinks As Boolean
 
See Also