Public Member Functions | Public Attributes

CLabel Class Reference

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)
stringget_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
stringcaption

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  ) 
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 (  ) 

Reimplemented from Control.

Reimplemented in InjectLabel.

void SetCaption ( string caption  ) 
void SetColor ( uint  color  ) 
void SetFormat ( uint  format  ) 
void Draw (  ) 

Reimplemented from Control.

Reimplemented in InjectLabel.


Member Data Documentation

int font
int color
int format