API 설명서 > Menu manager menus > Object ProMenu > Function ProMenuVisibilityGet
Function ProMenuVisibilityGet
Description
Determines whether the specified menu is currently displayed.
This function affects Menu-Manager (mode-specific) menus only.
Synopsis
#include <ProMenu.h>
ProMenuVisibilityGet
(
ProMenuName menuname
/* (In)
The name of the menu
*/
ProBoolean* visible
/* (Out)
Specifies whether the menu is visible
*/
)
Returns
The function successfully retrieved the information.
Sample Code References
User Guide References
도움이 되셨나요?