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

In This Topic
    CaptionStyle Property (C1Combo)
    In This Topic
    Returns or sets the Style object that controls the appearance of the caption area.
    Syntax
    'Declaration
     
    
    Public Property CaptionStyle As Style
    public Style CaptionStyle {get; set;}
    See Also