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

In This Topic
    Visible Property (C1ThumbButton)
    In This Topic
    Gets or sets the thumbnail button's visibility.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1ThumbButton.Visible", "Indicates whether the thumbnail button is visible.")>
    Public Property Visible As Boolean
    [DefaultValue(true)]
    [C1Category("Behavior")]
    [C1Description("C1ThumbButton.Visible", "Indicates whether the thumbnail button is visible.")]
    public bool Visible {get; set;}
    See Also