Category
Custom user interface
, Object
ProUILabel
Function ProUILabelHide
Description
Makes the label invisible.
Synopsis
#include <
ProUILabel.h
>
ProError
ProUILabelHide
(
char*
dialog
/* (In)
The name of the dialog thet contains the label
*/
char*
component
/* (In)
The name of the label component
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
PRO_TK_BAD_INPUTS
An invalid argument was given
Manual References:
User Interface: Dialogs: Label Attributes
Sample Code References:
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )