Click or drag to resize

IWindow Interface

The interface for a UI Window.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public interface IWindow

The IWindow type exposes the following members.

Properties
 NameDescription
Public propertyContent The content to display in the window.
Public propertyHeight The height of the window.
Public propertyOwner The ownder of the window.
Public propertyResizeMode Whether the window can be resized.
Public propertySizeToContent Size the window to it's content
Public propertyTitle The title of the window.
Public propertyWidth The width of the window.
Public propertyWindowStartupLocation The starting location of the window.
Public propertyWindowState The current state of the window.
Top
Methods
 NameDescription
Public methodActivate Activates the window.
Public methodClose Close the window.
Public methodShow Show the window.
Public methodShowDialog Shows the window and returns a result when the window is closed.
Public methodShowDialog(E3DMessageBoxButton) Shows the window and returns a result when the window is closed.
Top
Events
 NameDescription
Public eventClosed Executed when the window is closed
Top
See Also