PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / DropDownStyle Property

In This Topic
    DropDownStyle Property (RenderInputComboBox)
    In This Topic
    Gets or sets the System.Windows.Forms.ComboBoxStyle of the combobox.
    Syntax
    'Declaration
     
    Public Property DropDownStyle As ComboBoxStyle
    public ComboBoxStyle DropDownStyle {get; set;}
    See Also