API Documentation > Custom user interface > Object ProUILayout > Function ProUILayoutIsEnabled
Function ProUILayoutIsEnabled
Description
Determines if the Layout is being drawn as enabled.
Synopsis
#include <ProUILayout.h>
ProUILayoutIsEnabled
(
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
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?