ICoreInputSourceBase
ICoreInputSourceBase
ICoreInputSourceBase
ICoreInputSourceBase
Interface
Definition
Defines the base interface for an input source used by a CoreWindow.
public : interface ICoreInputSourceBasepublic interface ICoreInputSourceBasePublic Interface ICoreInputSourceBase// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Dispatcher Dispatcher Dispatcher Dispatcher
Gets the event dispatcher for the window.
public : CoreDispatcher Dispatcher { get; }public CoreDispatcher Dispatcher { get; }Public ReadOnly Property Dispatcher As CoreDispatcher// This API is not available in Javascript.
The event dispatcher for the window.
IsInputEnabled IsInputEnabled IsInputEnabled IsInputEnabled
Gets or sets a value that indicates whether input is enabled for the Windows Store app.
public : PlatForm::Boolean IsInputEnabled { get; set; }public bool IsInputEnabled { get; set; }Public ReadWrite Property IsInputEnabled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if input is enabled for the app; false if it is disabled.
Events
InputEnabled InputEnabled InputEnabled InputEnabled
Occurs when input is enabled or disabled for the Windows Store app.
public : abstract event TypedEventHandler InputEnabled<object, InputEnabledEventArgs>public abstract event TypedEventHandler InputEnabled<object, InputEnabledEventArgs>Public MustInherit Event InputEnabled<object, InputEnabledEventArgs>// This API is not available in Javascript.