Function ProUILayoutIsVisible
Description
Determines if the specified layout is visible.
Synopsis
#include <ProUILayout.h>
ProUILayoutIsVisible
(
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
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?