Function ProUILabelDisable
Description
Sets the Label to be disabled, so the user cannot select it.
Synopsis
#include <ProUILabel.h>
ProUILabelDisable
(
char* dialog
/* (In)
The name of the dialog that contains the Label
*/
char* component
/* (In)
The name of the Label component
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
これは役に立ちましたか?