Application.CurrentInputLanguage プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim value As InputLanguage value = Application.CurrentInputLanguage Application.CurrentInputLanguage = value
public: static property InputLanguage^ CurrentInputLanguage { InputLanguage^ get (); void set (InputLanguage^ value); }
/** @property */ public static InputLanguage get_CurrentInputLanguage () /** @property */ public static void set_CurrentInputLanguage (InputLanguage value)
public static function get CurrentInputLanguage () : InputLanguage public static function set CurrentInputLanguage (value : InputLanguage)
現在のスレッドの現在の入力言語を表す InputLanguage。

このプロパティを取得し、プロパティ値をテキスト ボックスに表示するコード例を次に示します。この例は、textBox1 が既にフォームに配置されていることを前提としています。
Private Sub PrintCurrentInputLanguage() textBox1.Text = "The current input language is: " & _ Application.CurrentInputLanguage.Culture.EnglishName End Sub
private void PrintCurrentInputLanguage() { textBox1.Text = "The current input language is: " + Application.CurrentInputLanguage.Culture.EnglishName; }


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からApplication.CurrentInputLanguage プロパティを検索する場合は、下記のリンクをクリックしてください。

- Application.CurrentInputLanguage プロパティのページへのリンク