InputMethod::GetIsInputMethodSuspended Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the IsInputMethodSuspended attached property for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] static bool GetIsInputMethodSuspended( DependencyObject^ target )
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object for which to retrieve the value of IsInputMethodSuspended.
Return Value
Type: System::BooleanThe current value of IsInputMethodSuspended for the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when target is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: