Back to Devexpress

UserLookAndFeel.SetSkinStyle(String, TouchUIMode) Method

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-dot-setskinstyle-x28-system-dot-string-devexpress-dot-lookandfeel-dot-touchuimode-x29.md

latest2.0 KB
Original Source

UserLookAndFeel.SetSkinStyle(String, TouchUIMode) Method

OBSOLETE

This method is obsolete. Use the SetSkinStyle method without the touchUI parameter. To enable Touch UI, use the WindowsFormsSettings.TouchUIMode property.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is obsolete. Use the SetSkinStyle method without the touchUI parameter. To enable Touch UI, use the WindowsFormsSettings.TouchUIMode property.")]
public void SetSkinStyle(
    string skinName,
    TouchUIMode touchUI
)
vb
<Obsolete("This method is obsolete. Use the SetSkinStyle method without the touchUI parameter. To enable Touch UI, use the WindowsFormsSettings.TouchUIMode property.")>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub SetSkinStyle(
    skinName As String,
    touchUI As TouchUIMode
)

Parameters

NameTypeDescription
skinNameString

A string.

| | touchUI | TouchUIMode |

A TouchUIMode value.

|

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace