TFlatEdit
TFlatEdit
Header File
<owl/flatctrl.h>
Description
The TFlatEdit derived from TEdit and adds flat look.
Constructors
TFlatEdit
Form 1
TFlatEdit(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
TFlatEdit(TWindow*
parent, int resourceId, uint textLimit = 0,TModule* module = 0);
Description
Form 1: Constructs a
edit 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 edit control with the given parent window control ID text length
Member Functions
IdleAction
Syntax
virtual bool IdleAction(long
idleCount);
Description
Revised: February 08, 2000.