LosingFocusEventArgs.InputDevice Eigenschaft

Definition

Ruft den Eingabegerätetyp ab, von dem Eingabeereignisse empfangen werden.

public:
 property FocusInputDeviceKind InputDevice { FocusInputDeviceKind get(); };
FocusInputDeviceKind InputDevice();
public FocusInputDeviceKind InputDevice { get; }
var focusInputDeviceKind = losingFocusEventArgs.inputDevice;
Public ReadOnly Property InputDevice As FocusInputDeviceKind

Eigenschaftswert

Der Eingabegerätetyp.

Gilt für:

Weitere Informationen