Skip to main content

ContainerUserLookAndFeel.GetTouchUI() Method

Gets the actual availability of touch UI mode for the current container.

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public override bool GetTouchUI()

Returns

Type Description
Boolean

A Boolean value that specifies the actual availability of touch UI mode for the current container.

Remarks

If the ContainerUserLookAndFeel.TouchUIMode property is set to Default, the touch UI mode availability is controlled by the WindowsFormsSettings.TouchUIMode global setting. Otherwise, the touch UI mode is enabled or disabled according to the ContainerUserLookAndFeel.TouchUIMode property value.

See Also