Skip to main content
A newer version of this page is available. .

TcxLookAndFeelController.TouchMode Property

Toggles the Touch mode in an application.

Declaration

property TouchMode: Boolean read; write; default cxDefaultIsTouchModeEnabled;

Property Value

Type Default
Boolean cxDefaultIsTouchModeEnabled

Remarks

Set this property to True to enable the Touch mode in your application. Additionally, you can use the ScrollbarMode property to toggle the Touch-friendly scrollbar mode.

The TouchMode property’s default value is the cxDefaultIsTouchModeEnabled global constant.

See Also