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