ComponentOne Windows 7 Control Pack for WinForms
NoBackground Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : NoBackground Property
If set to true, do not draw a button border, use only the image.
Syntax
<C1CategoryAttribute("表示")>
<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("表示")]
[C1Description("If set to true, do not draw a button border, use only the image.")]
[DefaultValue()]
public bool NoBackground {get; set;}
[C1Category("表示")]
[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);
}
See Also

Reference

C1ThumbButton Class
C1ThumbButton Members