Documentazione API > Custom user interface > Object ProUILabel > Function ProUILabelIsEnabled
Function ProUILabelIsEnabled
Description
Checks to see if the Label is enabled or not.
Synopsis
#include <ProUILabel.h>
ProUILabelIsEnabled
(
char* dialog
/* (In)
The name of the dialog thet contains the label
*/
char* component
/* (In)
The name of the label component
*/
ProBoolean* state
/* (Out)
Whether or not the label is enabled.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
È stato utile?