|
void | AdjustClientSize (CDC *pDC, UINT drawStyle, LPCTSTR lpsz, int margin=2) |
| [設定] クライアントサイズ調整. [詳解]
|
|
void | AdjustClientSize (CWnd *pWnd, CDC *pDC, UINT drawStyle, LPCTSTR lpsz, int margin=2) |
| [設定] クライアントサイズ調整. [詳解]
|
|
bool | ChangeClientSize (CWnd *pWnd, int cx=-1, int cy=-1) |
| [設定] クライアントサイズ設定. [詳解]
|
|
void | DrawBox (CDC *pDC, const RECT &rect, CPen &pen) |
| [表示] 箱表示. [詳解]
|
|
void | DrawBox (CDC *pDC, const RECT &rect, int nPenStyle, int nWidth, COLORREF color) |
| [表示] 箱表示. [詳解]
|
|
void | DrawDottedBox (CDC *pDC, const RECT &rect, COLORREF color) |
| [表示] 破線箱表示. [詳解]
|
|
void | DrawParent (CWnd *pWndControl, bool boIsRedraw=true) |
| [表示] 親表示. [詳解]
|
|
CPoint | GetClientPoint (CWnd *pWnd) |
| [取得] クライアント位置取得. [詳解]
|
|
bool | GetControlPos (CWnd *pWnd, POINT &_po) |
| [取得] コントロール位置取得. [詳解]
|
|
CBitmapHandle | GetParentImage (CWnd *pWndControl, COLORREF backColor=CLR_INVALID) |
| [取得] 親画像取得. [詳解]
|
|
bool | IsProcessingFlag (HWND hWnd) |
| [取得] 処理済フラグ取得. [詳解]
|
|
void | PumpMessage (void) |
| [処理] メッセージポンプ [詳解]
|
|
int | SelectClipRgnOrg (CDC *pDC, HRGN rgn, int mode=RGN_COPY) |
| [設定] リージョン設定. [詳解]
|
|
LRESULT | SendCommandMessage (CWnd *pCtrl, UINT cmd) |
| [処理] WM_COMMAND送信. [詳解]
|
|
bool | SetControlPos (CWnd *pWnd, int x, int y, bool boIsRepaint=false) |
| [設定] コントロール位置設定. [詳解]
|
|
bool | SetLayeredWindow (CWnd *pWnd, COLORREF crKey=0, BYTE bAlpha=255, DWORD dwFlags=E_Alpha|E_SetLayeredStyle) |
| [設定] SetLayeredWindow. [詳解]
|
|
void | SetProcessingFlag (HWND hWnd, bool isEnable) |
| [設定] 処理済フラグ操作. [詳解]
|
|
void | SetTextForStatic (CWnd *pWnd, LPCTSTR lpsz, int margin=2) |
| [設定] STATIC 文字列設定&サイズ調整. [詳解]
|
|
UINT _deprecated | StaticToDrawStyle (DWORD staticStyle) |
| [変換] StaticスタイルをDrawTextスタイルに変換 [詳解]
|
|