API 文件集 > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneIsVisible
Function ProUIMenupaneIsVisible
Description
Checks to see if the Menupane is visible in the dialog or not.
Use this function only with a menu bar in a custom application-created UI dialog.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the menu pane
*/
char* component
/* (In)
The name of the menu pane
*/
ProBoolean* state
/* (Out)
Whether or not the menu pane is visible.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?