IfmManage::get_MenuVisible
This method indicates whether or not the menu is visible.
Syntax
HRESULT get_MenuVisible( BOOL *pfVisible );
Parameters
- pfVisible
- Pointer to a Boolean that is set to TRUE if the menu is visible, or to FALSE if it is hidden.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IfmManage::put_MenuVisible