Namespace: Interstellar
Assembly: Interstellar.Core.dll
Base Type:
obj
All Interfaces:
IBrowserWindow<'TWindow>
,
IDisposable
Instance member | Description |
|
The browser instance that this window is hosting
|
Full Usage:
this.Close()
Modifiers: abstract |
|
Full Usage:
this.Closed
Returns: IEvent<unit>
Modifiers: abstract |
An event handler that is called when the window closes for any reason. It is safe to reference this event from a non-main thread.
|
Full Usage:
this.IsShowing
Returns: bool
Modifiers: abstract |
Whether or not the window has been shown but not yet closed.
|
Full Usage:
this.NativeWindow
Returns: 'TWindow
Modifiers: abstract |
Gets the underlying platform window object
|
|
Indicates the GUI platform that is hosting this window
|
|
Shows the window, asynchronously returning when Browser has finished initializing and is ready to use
|
Full Usage:
this.Shown
Returns: IEvent<unit>
Modifiers: abstract |
An event handler this is called when the window is shown. It is safe to reference this event from a non-main thread.
|
Full Usage:
this.Size
Modifiers: abstract |
|
Full Usage:
this.Title
Modifiers: abstract |