IHelpMenuBarEvent

Objects of the IHelpMenuBarEvent class are dispatched when the user selects an application-added item from a customized menu bar on a help window.


IHelpMenuBarEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IHelpMenuBarEvent
public:
virtual ~IHelpMenuBarEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IHelpMenuBarEvent
public:
IHelpMenuBarEvent(const IEvent& event)

Constructs an IHelpMenuBarEvent using the specified event. IHelpHandler::dispatchHandlerEvent constructs objects of this class from an object of the class IEvent and passes the resulting objects to the function IHelpHandler::menuBarCommand.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Menu Information

An IHelpMenuBarEvent object contains information that identifies the application-specific menu item selected by the user from the menu bar of a help window.


[view class]
commandId
public:
unsigned long commandId() const

Returns the resource ID of the menu bar item selected.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IHelpMenuBarEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data