InputMethod.GetIsInputMethodEnabled(DependencyObject) Метод

Определение

Возвращает значение присоединенного IsInputMethodEnabled свойства для указанного объекта зависимостей.

public:
 static bool GetIsInputMethodEnabled(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodEnabled(System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodEnabled (target As DependencyObject) As Boolean

Параметры

target
DependencyObject

Объект зависимостей, для которого требуется получить значение IsInputMethodEnabled.

Возвращаемое значение

Текущее значение для указанного IsInputMethodEnabled объекта зависимостей.

Атрибуты

Исключения

Вызывается при targetзначении NULL.

Применяется к

См. также раздел