Category Custom user interface, Object ProUILayout

Function ProUILayoutIsEnabled


Description
Determines if the Layout is being drawn as enabled.
Synopsis
#include <ProUILayout.h>
ProErrorProUILayoutIsEnabled(
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 being drawn as enabled.
*/
)
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