EasyLanguage Object Reference

ComboBoxStyle

List of enumerated values that can be associated with the DialogResult property of certain controls, such as ComboBox.

Namespace: elsystem.windows.forms

[ Expand All ]
Enumerated Values
  Name

Value

Description
Public property dropdown

1

Specifies a list that is displayed by clicking the down arrow and that the text portion is editable (the user can enter a new value and is not limited to selecting an existing value in the list). This is the default style.
Public property dropdownlist

2

Specifies a list that is displayed by clicking the down arrow and that the text portion is not editable (the user cannot enter a new value and only values already in the list can be selected).
Public property simple

0

Specifies a list that is always visible and that the text portion is editable.
Inheritance Hierarchy

elsystem.Object

  elsystem.ELEnum

    elsystem.windows.forms.ComboBoxStyle