Function ProUIDialogHeightSet
Description
Set the height of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogHeightSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Height of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?