API-Dokumentation > Custom user interface > Object ProUIDialog > Function ProUIDialogIsResizeable
Function ProUIDialogIsResizeable
Description
Checks if the dialog can be resize or not.
Synopsis
#include <ProUIDialog.h>
ProUIDialogIsResizeable
(
char* dialog
/* (In)
Name of the dialog.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the dialog can be resize. PRO_B_FALSE if the dialog can not be resize.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
War dies hilfreich?