API 文档 > Custom user interface > Object ProUILayout > Function ProUILayoutPopupmenuGet
Function ProUILayoutPopupmenuGet
Description
Gets the name of the popup menu for the layout.
Synopsis
#include <ProUILayout.h>
ProUILayoutPopupmenuGet
(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The component name.
*/
char** value
/* (Out)
The name of the popup menu pane. Free this string using ProStringFree().
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
这对您有帮助吗?