WindowBase
Last updated
Last updated
topmost(value: bool)
Sets the Topmost property.
onActivated(msg: 'msg)
Raised when the window is activated.
onDeactivated(msg: 'msg)
Raised when the window is deactivated.
onPositionChanged(fn: PixelPointEventArgs -> 'msg)
Raised when the window position is changed.
onResized(fn: WindowResizedEventArgs -> 'msg)
Raised when the window is resized.