ComponentOne Windows 7 Control Pack for WinForms
Visible Property (C1ThumbButton)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : Visible Property
Gets or sets the thumbnail button's visibility.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Indicates whether the thumbnail button is visible.")>
Public Property Visible As Boolean
Dim instance As C1ThumbButton
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
[DefaultValue()]
[C1Category("動作")]
[C1Description("Indicates whether the thumbnail button is visible.")]
public bool Visible {get; set;}
[DefaultValue()]
[C1Category("動作")]
[C1Description("Indicates whether the thumbnail button is visible.")]
public:
property bool Visible {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1ThumbButton Class
C1ThumbButton Members