Photon microGUI widgets library 0.6.0
PhWidgets::ComboBoxStyle Struct Reference

Specifies the ComboBox style. More...

#include <ComboBox.h>

Public Types

enum  eComboBoxStyle { DropDown , DropDownList , Simple }
 Possible ComboBox style. More...
 

Detailed Description

Specifies the ComboBox style.

Apply to ComboBox::DropDownStyle property.

See also

Member Enumeration Documentation

◆ eComboBoxStyle

Possible ComboBox style.

Remarks
The ComboBox::DropDownStyle property specifies whether the list is always displayed or whether the list is displayed in a drop-down. The ComboBox::DropDownStyle property also specifies whether the text portion can be edited.
See also
Enumerator
DropDown 

Specifies that the list is displayed by clicking the down arrow and that the text portion is editable. This means that the user can enter a new value and is not limited to selecting an existing value in the list.

DropDownList 

Specifies that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value. Only values already in the list can be selected.

Simple 

Specifies that the list is always visible and that the text portion is editable. This means that the user can enter a new value and is not limited to selecting an existing value in the list.


The documentation for this struct was generated from the following file: