dxWindowSetCloseState(element, state)
Argumentos requeridos
- element: dxWindow.
- state: true o false.
- Ejemplo de uso
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true) dxWindowSetCloseState( win, false ) --Le ocultamos el boton de cerrado mediante la funcion.