StickyWindow()

Syntax

StickyWindow(#Window, State)
Description
Makes the specified window stay on top of all other open windows (also from other programs), even if it does not have the focus.

Parameters

#Window The window to use.
State It can be one the following values:
  #True : the window will stay on top of all others.
  #False: the window will not stay on top of all others when it does not have the focus.

Return value

None.

Supported OS

All

<- SmartWindowRefresh() - Window Index - UnbindEvent() ->