IWindow Interface |
Namespace: Demo3D.Gui
public interface IWindow
The IWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| Content |
The content to display in the window.
| |
| Height |
The height of the window.
| |
| Owner |
The ownder of the window.
| |
| ResizeMode |
Whether the window can be resized.
| |
| SizeToContent |
Size the window to it's content
| |
| Title |
The title of the window.
| |
| Width |
The width of the window.
| |
| WindowStartupLocation |
The starting location of the window.
| |
| WindowState |
The current state of the window.
|
| Name | Description | |
|---|---|---|
| Activate |
Activates the window.
| |
| Close |
Close the window.
| |
| Show |
Show the window.
| |
| ShowDialog |
Shows the window and returns a result when the window is closed.
| |
| ShowDialog(E3DMessageBoxButton) |
Shows the window and returns a result when the window is closed.
|