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.PenWindows

Gets whether the Microsoft Windows for Pen computing extensions are installed.

[Visual Basic]
Public Shared ReadOnly Property PenWindows As Boolean
[C#]
public static bool PenWindows {get;}
[C++]
public: __property static bool get_PenWindows();
[JScript]
public static function get PenWindows() : Boolean;

Property Value

true if the Pen extensions are installed; false if extension are not installed.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace