API 설명서 > Custom user interface > Object ProUIMenubar > Function ProUIMenubarSelectablenamesSet
Function ProUIMenubarSelectablenamesSet
Description
Set which buttons in the menu bar are currently selectable
Use this function only with a menu bar in a custom application-created UI dialog.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarSelectablenamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the menu bar
*/
char* menubar
/* (In)
The name of the menu bar component
*/
int count
/* (In)
The number of items on the values array
*/
char** values
/* (In)
Array of names of menu panes in the menu bar which are to be selectable. An empty list (or NULL) implies that all are selectable. Unselectable menu panes are greyed out. The names should be those of the menu pane components themselves, not the item names set using ProUIMenubarNamesSet().
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?