NoIconOnCommandLinks Property
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.
[C1Category("Buttons")]
[C1Description("C1TaskDialog.NoIconOnCommandLinks", "Indicates that the command links should appear without the default glyph; it doesn't affect the elevation icons.")]
[DefaultValue(false)]
public bool NoIconOnCommandLinks {get; set;}
'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