IfmManage::put_MenuVisible

This method sets whether or not a menu is visible.

Syntax

HRESULT put_MenuVisible( BOOL pfVisible );

Parameters

pfVisible
Pointer to a Boolean that is set to TRUE for a visible menu, or to FALSE for an invisible menu.

Return Values

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

Remarks

This method effectively allows an application to invoke or to dismiss a menu.

See Also

IfmManage::get_MenuVisible