Click or drag to resize

WindowIHandler Interface

Handler interface for the Window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The WindowIHandler type exposes the following members.

Properties
  NameDescription
Public propertyIcon
Gets or sets the icon for the window to show in the menu bar.
Public propertyLocation
Gets or sets the location of the window
Public propertyLogicalPixelSize
Gets the number of pixels per logical pixel when on a high DPI display.
Public propertyMaximizable
Gets or sets a value indicating whether this Window can be maximized.
Public propertyMenu
Gets or sets the menu bar for this window
Public propertyMinimizable
Gets or sets a value indicating whether this Window can be minimized.
Public propertyMovableByWindowBackground
Gets or sets a value indicating that the window can be moved by click+dragging the window background
Public propertyOpacity
Gets or sets the opacity of the window
Public propertyResizable
Gets or sets a value indicating whether this Window is resizable.
Public propertyRestoreBounds
Gets the bounds of the window before it was minimized or maximized.
Public propertyScreen
Gets the screen this window is mostly contained in. Typically defined by the screen center of the window is visible.
Public propertyShowInTaskbar
Gets or sets a value indicating whether this Window will show in the taskbar.
Public propertyTitle
Gets or sets the title of the window
Public propertyToolBar
Gets or sets the tool bar for the window.
Public propertyTopmost
Gets or sets a value indicating whether this Window is above all other windows.
Public propertyWindowState
Gets or sets the state of the window.
Public propertyWindowStyle
Gets or sets the style of this window.
Top
Methods
  NameDescription
Public methodBringToFront
Brings the window in front of all other windows in the z-order.
Public methodClose
Closes the window
Public methodSendToBack
Sends the window behind all other windows in the z-order.
Public methodSetOwner
Sets the owner of the window
Top
See Also