Click or drag to resize
DigitalRuneIUIServiceGameForm Property
Gets the Form of the XNA Game.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
Object GameForm { get; }

Property Value

Type: Object
The Form of the XNA Game.
Remarks

This property is only set in Windows (desktop) builds. On most other platforms it is .

This object must be of type System.Windows.Forms.Form. (The type Object is used to avoid referencing System.Windows.Forms.dll in this portable library.)

See Also