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

In This Topic
NoIconOnCommandLinks Property
In This Topic
Gets or sets whether the command links should appear without the default glyph. It doesn't affect whether or not the elevation icons should appear.
Syntax
'Declaration
 
<C1CategoryAttribute("Buttons")>
<C1DescriptionAttribute("C1TaskDialog.NoIconOnCommandLinks", "Indicates that the command links should appear without the default glyph; it doesn't affect the elevation icons.")>
<DefaultValueAttribute(False)>
Public Property NoIconOnCommandLinks As Boolean
 
See Also