SW_RESTORE top-level constant

  1. @Deprecated('Use SHOW_WINDOW_CMD.SW_RESTORE instead')
int const SW_RESTORE

Activates and displays the window.

If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window.

Implementation

@Deprecated('Use SHOW_WINDOW_CMD.SW_RESTORE instead')
const SW_RESTORE = 9;