| InputEventArgsContext Property |
Gets or sets the input context.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public InputContext Context { get; set; }
Public Property Context As InputContext
Get
Set
public:
property InputContext^ Context {
InputContext^ get ();
void set (InputContext^ value);
}
member Context : InputContext with get, set
Property Value
Type:
InputContextThe input context.
See Also