ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / CaptionHeight Property

In This Topic
    CaptionHeight Property (DropDownList)
    In This Topic
    Returns or sets the height of the list caption area. The default value is -1, which means that actual height is set automatically according to the font size. Set this property to 0 to hide the caption.
    Syntax
    'Declaration
     
    
    Public Property CaptionHeight As Integer
    public int CaptionHeight {get; set;}
    See Also