Documentação da API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxPopupmenuGet
Function ProUISpinboxPopupmenuGet
Description
Gets the name of the popup menu for the spinbox.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxPopupmenuGet
(
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
User Guide References
Isto foi útil?