ContainerUserLookAndFeel.GetTouchUI() Method
Gets the actual availability of touch UI mode for the current container.
Namespace: DevExpress.LookAndFeel.Helpers
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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