KeyEventArgs::IsToggled Property
.NET Framework (current version)
Gets a value that indicates whether the key referenced by the event is in the toggled state.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the key is toggled; otherwise, false. There is no default value.
The Keyboard class also provides information about the state of the keys on the keyboard. For instance, the IsKeyToggled method returns whether a specified key is toggled.
The following example checks whether the key associated with an instance of KeyEventArgs is toggled by obtaining the state of the IsToggled property.
.NET Framework
Available since 3.0
Available since 3.0
Show: