Category Custom user interface, Object ProUIMenubar

Function ProUIMenubarVisiblenamesGet


Description
Get a list of visible menubar names.
Synopsis
#include <ProUIMenubar.h>
ProErrorProUIMenubarVisiblenamesGet(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
int* count
/* (Out)
Number of names in an array of values/visible menubar names.
*/
char*** values
/* (Out)
Array of visible menubar names. Free this using ProStringarrayFree ().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Menubar Attributes