KeyEventArgs.InputSource Property

Definition

Gets the input source that provided this input.

public:
 property System::Windows::PresentationSource ^ InputSource { System::Windows::PresentationSource ^ get(); };
public System.Windows.PresentationSource InputSource { [System.Security.SecurityCritical] get; }
public System.Windows.PresentationSource InputSource { get; }
[<get: System.Security.SecurityCritical>]
member this.InputSource : System.Windows.PresentationSource
member this.InputSource : System.Windows.PresentationSource
Public ReadOnly Property InputSource As PresentationSource

Property Value

The input source.

Attributes

Applies to

See also