Property | Type | Description | |
---|---|---|---|
Window | System |
Method | Description | |
---|---|---|
BringToFront ( ) : void |
Brings the window in front of all other windows in the z-order.
|
|
Close ( ) : void |
Closes the window Note that once a window is closed, it cannot be shown again in most platforms. |
|
Maximize ( ) : void |
Sets WindowState to Eto.Forms.WindowState.Maximized
|
|
Minimize ( ) : void |
Sets WindowState to Eto.Forms.WindowState.Minimized
|
|
SendToBack ( ) : void |
Sends the window behind all other windows in the z-order.
|
Method | Description | |
---|---|---|
GetCallback ( ) : object |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
|
|
OnClosed ( |
Raises the Closed event.
|
|
OnClosing ( CancelEventArgs e ) : void |
Raises the Closing event.
|
|
OnDataContextChanged ( |
Raises the BindableWidget.DataContextChanged event Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s). |
|
OnLocationChanged ( |
Raises the LocationChanged event.
|
|
OnLogicalPixelSizeChanged ( |
Raises the LogicalPixelSizeChanged event.
|
|
OnOwnerChanged ( |
Raises the OwnerChanged event.
|
|
OnWindowStateChanged ( |
Raises the WindowStateChanged event.
|
|
Window ( IHandler handler ) : System |
Initializes a new instance of the Window with the specified handler
|
Method | Description | |
---|---|---|
Window ( ) : System |
protected OnClosed ( |
||
e | Event arguments | |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | Event arguments |
return | void |
protected OnDataContextChanged ( |
||
e | Event arguments | |
return | void |
protected OnLocationChanged ( |
||
e | Event arguments | |
return | void |
protected OnLogicalPixelSizeChanged ( |
||
e | Event arguments | |
return | void |
protected OnOwnerChanged ( |
||
e | Event arguments | |
return | void |
protected OnWindowStateChanged ( |
||
e | Event arguments | |
return | void |
protected Window ( IHandler handler ) : System | ||
handler | IHandler | Pre-created handler to attach to this instance |
return | System |