Gets the main Form (main window) of the Game. (Only available in Windows. Not available on these platforms: Silverlight, Windows Phone 7, Xbox 360.)

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)

Syntax

C#
Form GameForm { get; }
Visual Basic
ReadOnly Property GameForm As Form
	Get
Visual C++
property Form^ GameForm {
	Form^ get ();
}

Field Value

The game window form.

Remarks

This property is not available on the following platforms: Silverlight, Windows Phone 7, Xbox 360.

See Also