Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / GapHeight Property

In This Topic
    GapHeight Property (C1ComboBox)
    In This Topic
    Gets or sets a distance in pixels between the control edge and the dropdown.
    Syntax
    'Declaration
     
    
    Public Property GapHeight As Integer
    public int GapHeight {get; set;}
    See Also