Method IsTabletMode
IsTabletMode()
Determines whether the current Windows user session is in tablet mode. This method is not officially documented and may not be reliable across all Windows versions.
public static bool IsTabletMode()
Returns
- bool
true if tablet mode is enabled for the current user session; otherwise, false.
Remarks
Tablet mode is a Windows feature that optimizes the user interface for touch input. This method checks the user's registry settings to determine the current mode. The result may vary depending on system configuration and user preferences.