API-Dokumentation > Custom user interface > Object ProUILabel > Function ProUILabelIsVisible
Function ProUILabelIsVisible
Description
Returns the label visibility.
Synopsis
#include <ProUILabel.h>
ProUILabelIsVisible
(
char* dialog
/* (In)
The name of the dialog thet contains the label
*/
char* component
/* (In)
The name of the label component
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the label is visible, PRO_B_FALSE if not.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
War dies hilfreich?