This reference page is linked to from the following overview
topics: IMenuBarContext.
#include <imenus.h>
Class Description
- See also:
- Class IMultiMenu
- Description:
- This abstract class represents an interface for a menu bar and
is used internally. Methods that are marked as internal should not
be used.
Public Member Functions
|
virtual
void |
TrackMenu
(HWND hMessageWnd, bool displayAll=false)=0 |
Member Function Documentation
virtual void TrackMenu |
( |
HWND |
hMessageWnd, |
|
|
bool |
displayAll =
false |
|
) |
|
[pure virtual] |
- Parameters:
- HWND hMessageWnd
A handle to the message window.
bool displayAll = false
TRUE if all menus should be displayed, otherwise FALSE.