KeyboardDevice.IsKeyToggled(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.
Determines whether the specified Key is in the toggled state.
public:
bool IsKeyToggled(System::Windows::Input::Key key);
public bool IsKeyToggled (System.Windows.Input.Key key);
member this.IsKeyToggled : System.Windows.Input.Key -> bool
Public Function IsKeyToggled (key As Key) As Boolean
Parameters
- key
- Key
The key to check.
Returns
true
if key
is in the toggled state; otherwise, false
.
Exceptions
key
is not a valid key.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.