KeyboardDevice.GetKeyStatesFromSystem(Key) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
abstract System::Windows::Input::KeyStates GetKeyStatesFromSystem(System::Windows::Input::Key key);
protected abstract System.Windows.Input.KeyStates GetKeyStatesFromSystem (System.Windows.Input.Key key);
abstract member GetKeyStatesFromSystem : System.Windows.Input.Key -> System.Windows.Input.KeyStates
Protected MustOverride Function GetKeyStatesFromSystem (key As Key) As KeyStates
Parameters
- key
- Key
The key to check.
Returns
The set of key states for the specified key.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.