WinForms Edition Documentation
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
 
See Also