Documentação da API > Custom user interface > Object ProUILayout > Function ProUILayoutPopupmenuSet
Function ProUILayoutPopupmenuSet
Description
Sets the name of the popup menu for the layout.
Synopsis
#include <ProUILayout.h>
ProUILayoutPopupmenuSet
(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The component name.
*/
char* value
/* (In)
The name of the popup menu pane.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?