InputMethod::IsInputMethodSuspended Attached Property
.NET Framework (current version)
Gets or sets a value that indicates whether this input method is suspended.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if this input method is suspended; otherwise, false.
The default value is false.
This is an attached property. Use the GetIsInputMethodSuspended and SetIsInputMethodSuspended methods to set or read this attached property on a specified dependency object.
Show: