InputMethod.GetIsInputMethodEnabled(DependencyObject) Metoda

Definicja

Zwraca wartość dołączonej IsInputMethodEnabled właściwości dla określonego obiektu zależności.

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

Parametry

target
DependencyObject

Obiekt zależności, dla którego ma pobrać wartość .IsInputMethodEnabled

Zwraca

Bieżąca wartość IsInputMethodEnabled dla określonego obiektu zależności.

Atrybuty

Wyjątki

Podniesione, gdy target ma wartość null.

Dotyczy

Zobacz też