|
Previous Top Next |
This property is set to true or false in the SetWindowOnTop and SetWindowNotOnTop methods. It's value indicates if the window is set to be at the top of the z-order of windows. This means that the window will be on top of all other windows.
Example:
ITW ITWindowsClass
Code
! ...
If Not ITW.IsWindowOnTop
ITW.SetWindowOnTop
End
See also: