Category Custom user interface, Object ProUILayout

Function ProUILayoutDisable


Description
If decorated, causes the Layout to be drawn as disabled
Synopsis
#include <ProUILayout.h>
ProErrorProUILayoutDisable(
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

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )