NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.KanjiWindowHeight

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;

Property Value

The height of the Kanji window in pixels.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace