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
[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;}
See Also