Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogUnattachBottom
Function ProUIDialogUnattachBottom
Description
To not attach the dialog at bottom side of the parent component.
Synopsis
#include <ProUIDialog.h>
ProUIDialogUnattachBottom
(
char* dialog
/* (In)
Name of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?