#include "Control.h"
Go to the source code of this file.
Namespaces | |
| namespace | wkgl |
Defines | |
| #define | SINGLE WS_EX_CLIENTEDGE |
| Flag for a single line edit control. | |
| #define | MULTI 0 |
| Flag for a multiple line edit control. | |
| #define | ALIGN_CENTER ES_CENTER |
| Flag specifing that the text should be centered. | |
| #define | ALIGN_LEFT ES_LEFT |
| Flag specifing that the text should be left aligned. | |
| #define | ALIGN_RIGHT ES_RIGHT |
| Flag specifing that the text should be right aligned. | |
|
|
Flag specifing that the text should be centered.
|
|
|
Flag specifing that the text should be left aligned.
|
|
|
Flag specifing that the text should be right aligned.
|
|
|
Flag for a multiple line edit control.
|
|
|
Flag for a single line edit control.
|
1.2.18