| IUIServiceGameForm Property |
Gets the Form of the XNA Game.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax ReadOnly Property GameForm As Object
Get
property Object^ GameForm {
Object^ get ();
}
abstract GameForm : Object with get
Property Value
Type:
ObjectThe
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