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