Documentação da API
>
Custom user interface
>
Object ProUIDialog
> Function ProUIDialogHeightSet
Function ProUIDialogHeightSet
Description
Set the height of the dialog.
Synopsis
#include <
ProUIDialog.h
>
ProError
ProUIDialogHeightSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Height of the dialog.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The function failed.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_mfg_proctable ( PTMfgProcTable.c )
User Guide References
Dialog Attributes:ProUIDialogHeightSet
Parent topic
Object ProUIDialog
Isto foi útil?
Este site funciona melhor com JavaScript habilitado