ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / CaptionVisible Property

In This Topic
    CaptionVisible Property (C1Combo)
    In This Topic
    Returns or sets the flag indicating if list's caption is visible.
    Syntax
    'Declaration
     
    
    Public Property CaptionVisible As Boolean
    public bool CaptionVisible {get; set;}
    See Also