BarAndDockingControllerLookAndFeel.GetTouchUI() Method
Gets the actual availability of touch UI mode for controls managed by the current BarAndDockingController.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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