ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / GapHeight Property

In This Topic
    GapHeight Property (C1DropDownControl)
    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