Click or drag to resize

DiagnosticsInformationIsTabletPC Property

Gets a value indicating whether this machine is a tablet PC.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsTabletPC { get; }

Property Value

Type: Boolean
true if this machine is a tablet PC; otherwise, false.
See Also