Function ProUICascadebuttonTextGet
Description
Get the label of the cascadebutton.
Synopsis
ProUICascadebuttonTextGet
(
char* dialog
/* (In)
The name of the dialog that contains the cascadebutton.
*/
char* component
/* (In)
The name of the cascadebutton component.
*/
wchar_t** value
/* (Out)
Label of the cascadebutton. Free this using ProWstringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?