Function ProUILabelTextSet
Description
Set the label of a label component
Synopsis
#include <ProUILabel.h>
ProUILabelTextSet
(
char* dialog
/* (In)
The name of the dialog thet contains the label
*/
char* label_component
/* (In)
The name of the label component
*/
wchar_t* label
/* (In)
The label of the label component
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?