ComponentOne InputPanel for WinForms
InputComboBoxStyle Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputComboBoxStyle Enumeration
Determines whether the user can edit a value in the text portion of the InputComboBox.
Syntax
'Declaration
 
Public Enum InputComboBoxStyle 
   Inherits System.Enum
public enum InputComboBoxStyle : System.Enum 
Members
MemberDescription
DropDownThe text portion is editable.
DropDownListThe user cannot directly edit the text portion.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1InputPanel.InputComboBoxStyle

See Also

Reference

C1.Win.C1InputPanel Namespace