IfmManage::get_Menu

This method gets a pointer to the control that is currently selected as the menu control for the application.

Syntax

HRESULT get_Menu( IDispatch **ppdispMenu );

Parameters

ppdispMenu
Pointer to a pointer to a power list box control.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

The only valid control that can be set on a menu is a power list box control.

See Also

IfmManage::put_Menu