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

BarAndDockingControllerLookAndFeel.GetTouchUI() Method

Gets the actual availability of touch UI mode for controls managed by the current BarAndDockingController.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override bool GetTouchUI()

Returns

Type Description
Boolean

A Boolean value that specifies the actual availability of touch UI mode for corresponding controls.

Remarks

If the BarAndDockingControllerLookAndFeel.FormTouchUIMode 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 BarAndDockingControllerLookAndFeel.FormTouchUIMode property value.

See Also