Method: Fzeet::WindowMethods#topmost=
- Defined in:
- lib/fzeet/windows/user/Window/WindowMethods.rb
#topmost=(topmost) ⇒ Object
101 102 103 104 105 106 107 108 |
# File 'lib/fzeet/windows/user/Window/WindowMethods.rb', line 101 def topmost=(topmost) Windows.DetonateLastError(0, :SetWindowPos, @handle, (topmost) ? Windows::HWND_TOPMOST : Windows::HWND_NOTOPMOST, 0, 0, 0, 0, Windows::SWP_NOMOVE | Windows::SWP_NOSIZE ) end |