Inherits Control, and Control.
Inherited by InjectLabel.
List of all members.
Public Member Functions |
| | CLabel (int left, int top, int width, int height, string@ caption) |
| | CLabel (int left, int top, int width, int height, string@ caption, int font) |
| void | SetCaption (string@ caption) |
| void | set_Caption (string@ caption) |
| string@ | get_Caption () |
| void | SetColor (uint color) |
| void | set_Color (uint color) |
| void | SetFont (uint font) |
| void | set_Font (uint font) |
| void | SetFormat (uint format) |
| void | Draw () |
| | CLabel (int left, int top, int width, int height, string@ caption) |
| | CLabel (int left, int top, int width, int height, string@ caption, int font) |
| void | SetCaption (string@ caption) |
| void | SetColor (uint color) |
| void | SetFormat (uint format) |
| void | Draw () |
Public Attributes |
| int | font |
| int | color |
| int | format |
| string@ | caption |
Constructor & Destructor Documentation
| CLabel |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string@ |
caption | |
|
) |
| | |
| CLabel |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string@ |
caption, |
|
|
int |
font | |
|
) |
| | |
| CLabel |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string@ |
caption | |
|
) |
| | |
| CLabel |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height, |
|
|
string@ |
caption, |
|
|
int |
font | |
|
) |
| | |
Member Function Documentation
| void SetCaption |
( |
string@ |
caption |
) |
|
| void set_Caption |
( |
string@ |
caption |
) |
|
| void SetColor |
( |
uint |
color |
) |
|
| void set_Color |
( |
uint |
color |
) |
|
| void SetFont |
( |
uint |
font |
) |
|
| void set_Font |
( |
uint |
font |
) |
|
| void SetFormat |
( |
uint |
format |
) |
|
| void SetCaption |
( |
string@ |
caption |
) |
|
| void SetColor |
( |
uint |
color |
) |
|
| void SetFormat |
( |
uint |
format |
) |
|
Member Data Documentation