ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1ThumbButton Class / NoBackground Property

In This Topic
    NoBackground Property
    In This Topic
    If set to true, do not draw a button border, use only the image.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("C1ThumbButton.NoBackground", "If set to true, do not draw a button border, use only the image.")>
    <C1CategoryAttribute("Appearance")>
    Public Property NoBackground As Boolean
    [DefaultValue(false)]
    [C1Description("C1ThumbButton.NoBackground", "If set to true, do not draw a button border, use only the image.")]
    [C1Category("Appearance")]
    public bool NoBackground {get; set;}
    See Also