 |
DrawMenuBar ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Redraws the menu bar of the specified window. If the menu bar changes after the system has created the window, this function must be called to draw the changed menu bar. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL WINAPI DrawMenuBar(
__in HWND hWnd
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DrawMenuBar IN user32;
INTEGER hWindow
|
 |
 |
 |
| Parameters: |
 |
hWnd [in]
HWND
A handle to the window whose menu bar is to be redrawn. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Usage: |
 |
DrawMenuBar( _vfp.hWnd )
|
 |
 |
| My comment: |
 |
| See also: DeleteMenu, RemoveMenu |
 |
 |
| Word Index links for the DrawMenuBar : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2011-02-26 14:57:00 | | Modified: | 2011-02-26 14:58:43 | Visited in last 7 days: 24 |