API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogIsAttachedBottom
Function ProUIDialogIsAttachedBottom
Description
To check if the dialog is attached at bottom side of the parent component.
Synopsis
#include <ProUIDialog.h>
ProUIDialogIsAttachedBottom
(
char* dialog
/* (In)
Name of the dialog.
*/
ProBoolean* state
/* (Out)
state of the bottom attachment. PRO_B_TRUE if the dialog is attached at bottom. PRO_B_FALSE if the dialog is not attached at bottom.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?