TFlatListBox
TFlatListBox
Header File
<owl/flatctrl.h>
Description
The TFlatListBox class -> enchansed listbox with flat support.
Constructors
TFlatListBox::TFlatListBox
Form 1
TFlatListBox(TWindow*
parent, int id, LPCTSTR text, int x, int y, int w, int h, uint textLimit=0, bool
multiline=false,TModule* module=0);
Form 2
TFlatListBox(TWindow*
parent, int resourceId, uint textLimit = 0,TModule* module = 0);
Description
Form 1: Constructs a
listbox 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) .
Form 2: Constructs a
default listbox control with the given parent window control ID text length
Member Functions
IdleAction
Syntax
virtual bool IdleAction(long
idleCount);
Description
Revised: February 08, 2000.