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