ComponentOne List for WinForms
C1.Win.C1List Namespace / ComboBoxContainer Class / GapHeight Property

In This Topic
    GapHeight Property (ComboBoxContainer)
    In This Topic
    Returns or sets the length between the edit portion and the dropdown portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property GapHeight As Integer
    public int GapHeight {get; set;}
    See Also