Method SetAlwaysOnTop
| Edit this page View SourceSetAlwaysOnTop(nint, bool)
Configures whether the window should always be displayed on top of other windows or not
Declaration
public static void SetAlwaysOnTop(nint hwnd, bool enable)
Parameters
| Type | Name | Description | 
|---|---|---|
| nint | hwnd | Window handle  | 
    
| bool | enable | Whether to display on top  |