ComponentOne Windows 7 Control Pack for WinForms
NoIconOnCommandLinks Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : 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.
Syntax
<C1CategoryAttribute("Buttons")>
<DefaultValueAttribute()>
<C1DescriptionAttribute("Indicates that the command links should appear without the default glyph; it doesn't affect the elevation icons.")>
Public Property NoIconOnCommandLinks As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.NoIconOnCommandLinks = value
 
value = instance.NoIconOnCommandLinks
[C1Category("Buttons")]
[DefaultValue()]
[C1Description("Indicates that the command links should appear without the default glyph; it doesn't affect the elevation icons.")]
public bool NoIconOnCommandLinks {get; set;}
[C1Category("Buttons")]
[DefaultValue()]
[C1Description("Indicates that the command links should appear without the default glyph; it doesn't affect the elevation icons.")]
public:
property bool NoIconOnCommandLinks {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members