API Documentation > Custom user interface > Object ProUIDialog > Function ProUIDialogIsAttachedLeft
Function ProUIDialogIsAttachedLeft
Description
To check if the dialog is attached at left side of the parent component.
Synopsis
#include <ProUIDialog.h>
ProUIDialogIsAttachedLeft
(
char* dialog
/* (In)
Name of the dialog.
*/
ProBoolean* state
/* (Out)
state of the left attachment. PRO_B_TRUE if the dialog is attached at left. PRO_B_FALSE if the dialog is not attached at left.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?