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

UserLookAndFeel.SetWindowsXPStyle() Method

Applies the WindowsXP style to a control.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public void SetWindowsXPStyle()

Remarks

All the available styles which can be applied to a control(s) are listed in the LookAndFeelStyle enumeration.

See Also