Window Methods |
The Window type exposes the following members.
Name | Description | |
---|---|---|
![]() | BringToFront |
Brings the window in front of all other windows in the z-order.
|
![]() | Close |
Closes the window
|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | Maximize |
Sets WindowState to Maximized |
![]() | Minimize |
Sets WindowState to Minimized |
![]() | OnClosed |
Raises the Closed event.
|
![]() | OnClosing |
Raises the Closing event.
|
![]() | OnDataContextChanged |
Raises the DataContextChanged event
(Overrides BindableWidgetOnDataContextChanged(EventArgs).) |
![]() | OnLocationChanged |
Raises the LocationChanged event.
|
![]() | OnLogicalPixelSizeChanged |
Raises the LogicalPixelSizeChanged event.
|
![]() | OnOwnerChanged |
Raises the OwnerChanged event.
|
![]() | OnWindowStateChanged |
Raises the WindowStateChanged event.
|
![]() | SendToBack |
Sends the window behind all other windows in the z-order.
|