IMenuBar Class Reference
 
 
 
IMenuBar Class Reference

This reference page is linked to from the following overview topics: IMenuBarContext.


#include <imenus.h>

Inheritance diagram for IMenuBar:
IMultiMenu MaxHeapOperators

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]
Remarks:
This method is used internally.

This method allows you to track a quad menu.
Parameters:
HWND hMessageWnd

A handle to the message window.

bool displayAll = false

TRUE if all menus should be displayed, otherwise FALSE.