| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : NoBackground Property |
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("If set to true, do not draw a button border, use only the image.")>
<DefaultValueAttribute()>
Public Property NoBackground As Boolean
Dim instance As C1ThumbButton Dim value As Boolean instance.NoBackground = value value = instance.NoBackground
[C1Category("Appearance")]
[C1Description("If set to true, do not draw a button border, use only the image.")]
[DefaultValue()]
public bool NoBackground {get; set;}
[C1Category("Appearance")]
[C1Description("If set to true, do not draw a button border, use only the image.")]
[DefaultValue()]
public:
property bool NoBackground {
bool get();
void set ( bool value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2