API Documentation > Custom user interface > Object ProUITextarea > Function ProUITextareaIsVisible
Function ProUITextareaIsVisible
Description
Checks to see if the Textarea is visible in the dialog or not.
Synopsis
#include <ProUITextarea.h>
ProUITextareaIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the text area.
*/
char* component
/* (In)
The name of the text area component
*/
ProBoolean* state
/* (Out)
Whether or not the text area is visible
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?