TFlatComboBox
TFlatComboBox
Header File
<owl/flatctrl.h>
Description
The TFlatComboBox class derived from ComboBox control and support flat
look.
Constructors
TFlatComboBox::TFlatComboBox
Form 1
TFlatComboBox(TWindow*
parent, int id, int x, int y, int w, int h, uint32 style, uint textLimit, TModule*
module=0);
Form 2
TFlatComboBox(TWindow*
parent, int resourceId, uint textLen = 0, TModule* module = 0);
Description
Form 1: Constructs a
combo box object with the specified parent window (parent), control ID (Id), position (x,
y) relative to the origin of the parent window's client area, width (w), height (h), style
(style), and text length (textLimit).
Form 2: Constructs a
default combo box with the given parent window control ID text length.
Member Functions
IdleAction
Syntax
bool IdleAction(long idleCount);
Description:
Revised: February 08, 2000.