ComponentOne Windows 7 Control Pack for WinForms
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
    [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