MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Macros
ComboBox control

Modules

 Styles of combobox control
 
 Messages of combobox control
 
 Notification codes of combobox control
 

Macros

#define CTRL_COMBOBOX   ("combobox")
 The class name of combobox control. More...
 
#define CB_OKAY   LB_OKAY
 
#define CB_ERR   LB_ERR
 
#define CB_ERRSPACE   LB_ERRSPACE
 

Detailed Description

Macro Definition Documentation

◆ CB_ERR

#define CB_ERR   LB_ERR

Combo Box return error value

Definition at line 921 of file combobox.h.

◆ CB_ERRSPACE

#define CB_ERRSPACE   LB_ERRSPACE

Combo Box return space error value

Definition at line 923 of file combobox.h.

◆ CB_OKAY

#define CB_OKAY   LB_OKAY

Combo Box return ok value

Definition at line 919 of file combobox.h.

◆ CTRL_COMBOBOX

#define CTRL_COMBOBOX   ("combobox")

The class name of combobox control.

Definition at line 84 of file combobox.h.