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

In This Topic
    DropDownAlign Property (C1ComboBox)
    In This Topic
    Gets or sets a value that determines the alignment of the drop down form relative to the control.
    Syntax
    'Declaration
     
    
    Public Property DropDownAlign As DropDownAlignment
    public DropDownAlignment DropDownAlign {get; set;}
    See Also