Category Custom user interface, Object ProUILayout

Function ProUILayoutIsVisible


Description
Determines if the specified layout is visible.
Synopsis
#include <ProUILayout.h>
ProErrorProUILayoutIsVisible(
char* dialog
/* (In)
The name of the dialog containing the layout.
*/
char* component
/* (In)
The layout name.
*/
ProBoolean* state
/* (Out)
Whether or not the layout is visible.
*/
)
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