Category Custom user interface, Object ProUILayout

Function ProUILayoutHide


Description
Makes the specified layout and all its contents invisible.
Synopsis
#include <ProUILayout.h>
ProErrorProUILayoutHide(
char* dialog
/* (In)
The name of the dialog containing the layout.
*/
char* component
/* (In)
The layout name.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Layout Attributes
  2. User Interface: Dialogs: Layout Operations