Gets the height, in pixels, of the Kanji window at the bottom of the screen for double-byte (DBCS) character set versions of Windows.
[Visual Basic] Public Shared ReadOnly Property KanjiWindowHeight As Integer [C#] public static int KanjiWindowHeight {get;} [C++] public: __property static int get_KanjiWindowHeight(); [JScript] public static function get KanjiWindowHeight() : int;
The height of the Kanji window in pixels.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace