API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogHorzmethodGet
Function ProUIDialogHorzmethodGet
Description
Get the horizontal positioning method of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogHorzmethodGet
(
char* dialog
/* (In)
Name of the dialog.
*/
/* (Out)
Horizontal positioning method of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?