Documentazione API > Custom user interface > Object ProUIDialog > Function ProUIDialogBottomoffsetSet
Function ProUIDialogBottomoffsetSet
Description
Set bottom offset to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogBottomoffsetSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Bottom offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?