ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / DropDownStyle Property

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