#include <UiCaption.h>
继承自UiStatic。
公有成员 | |
| virtual void | PaintWin (HDC hdc, RECT *prcWin, RECT *prcUpdate) |
| Draw the control on the destinate DC. | |
| UiCaption (void) | |
| ~UiCaption (void) | |
| UiCaption::UiCaption | ( | void | ) |
| UiCaption::~UiCaption | ( | void | ) |
| virtual void UiCaption::PaintWin | ( | HDC | hdcDst, | |
| RECT * | prcWin, | |||
| RECT * | prcUpdate | |||
| ) | [virtual] |
Draw the control on the destinate DC.
Override this member function to define your own drawings of the control
| hdcDst | Destinate device contact | |
| prcWin | The Rect of the control(hdc 's left-top is the origin) | |
| prcUpdate | Rect of the hdc that need to be update(hdc 's left-top is the origin) |
重载UiStatic。