|  | UIManagerGameForm 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
Syntaxpublic Object GameForm { get; }Public ReadOnly Property GameForm As Object
	Get
public:
virtual property Object^ GameForm {
	Object^ get () sealed;
}abstract GameForm : Object with get
override GameForm : Object with get
Property Value
Type: 
ObjectThe 
Form of the XNA 
Game.
Implements
IUIServiceGameForm Remarks
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
See Also