UserLookAndFeel.SetStyle(LookAndFeelStyle, Boolean, Boolean) Method
In This Article
Sets the look and feel settings of the current object.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetStyle(
LookAndFeelStyle style,
bool useWindowsXPTheme,
bool useDefaultLookAndFeel
)
#Parameters
Name | Type | Description |
---|---|---|
style | Look |
A Look |
use |
Boolean | true if a control should be painted using the Windows |
use |
Boolean | true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object’s settings. |
#Remarks
This member is no longer supported.
See Also