Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogLeftoffsetSet
Function ProUIDialogLeftoffsetSet
Description
Set left offset to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogLeftoffsetSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Left offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?