docs

Home All functions Categories

vuWindowNotOnTop(hWnd)

vuWindowNotOnTop(LONG), Signed

Description

Returns the specified window to its normal display order (resets the effect of vuWindowOnTop).

Parameters

Parameter Data Type Description
hWnd LONG Handle of the window to reset (Window{PROP:Handle}).

Returns

A BYTE value:

Example

IF vuWindowNotOnTop(Window{PROP:Handle})
  MESSAGE('Window restored to normal display order')
ELSE
  MESSAGE('Failed to reset window display order')
END

Notes

Home All functions Categories