|
Membres publics |
| | CMyControl (BOOL noTitle=FALSE) |
| | CMyControl (HWND hWnd) |
| virtual | ~CMyControl () |
| void | operator= (HWND hWnd) |
| HWND | operator[] (int index) |
| BOOL | Enable (BOOL enable) |
| void | DragAcceptFile (BOOL drag) |
| BOOL | SetIcon (long idIcon) |
| BOOL | ShowWindow (BOOL isShow) |
| BOOL | DestroyWindow () |
| BOOL | SetForegroundWindow () |
| HWND | SetActiveWindow () |
| HWND | SetFocus () |
| BOOL | IsFocus () |
| BOOL | IsToolWindow () |
| HWND | GetParent () |
| HINSTANCE | GethInstance () |
| HWND | GetHWND () |
| HWND | CreateDialog (long idDialog, DLGPROC callBack, long param=NULL) |
| int | ModalDialog (long idDialog, DLGPROC callBack, long param=NULL) |
| BOOL | GetWindowRect (RECT *rect) |
| | operator HWND () const |
| BOOL | GetText (MyString &dest, int idChildControl=0) |
| BOOL | SetText (char *dest, int idChildControl=0) |
| int | GetDlgCtrlID () |
| int | GetItemHeight () |
| void | SetItemHeight (int height) |
| BOOL | InvalidateRect (RECT *rect=NULL, BOOL erase=TRUE) |
| BOOL | GetClientRect (RECT *rect) |
| BOOL | SetPos (int x, int y, HWND hWndOrigine=NULL) |
| BOOL | SetSize (int dx, int dy) |
| BOOL | GetSize (int *dx, int *dy) |
| BOOL | GetPos (int *x, int *y) |
| LRESULT | SendMessage (UINT Msg, WPARAM wParam, LPARAM lParam) |
| void | PostMessage (UINT Msg, WPARAM wParam, LPARAM lParam) |
| DWORD | GetStyle () |
| DWORD | GetStyleEx () |
| LONG | SetStyle (DWORD dwStyle) |
| LONG | SetStyle (DWORD dwStyle, BOOL set) |
| LONG | SetStyleEx (DWORD dwStyle) |
| LONG | SetStyleEx (DWORD dwStyle, BOOL set) |
| void | SetTopMost (BOOL set) |
| int | MessageBox (char *text, char *caption, UINT type=0) |
| HMENU | GetSystemMenu (BOOL bRevert) |
| HWND | SetCapture () |
Attributs Publics |
| CMyScroll | scroll |
| CMySubClassing | sub |
| CMySubClassing | subParent |
Attributs Protégés |
| HWND | m_hWndControl |
Attributs Privés |
| HINSTANCE | m_hInstance |
| int | m_itemHeight |