Back to Devexpress

ActiveLookAndFeelStyle Enum

windowsforms-devexpress-dot-lookandfeel-f36ad954.md

latest2.6 KB
Original Source

ActiveLookAndFeelStyle Enum

Enumerates values for the UserLookAndFeel.ActiveStyle property.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum ActiveLookAndFeelStyle
vb
Public Enum ActiveLookAndFeelStyle

Members

NameDescription
Flat

Control borders are flat. The following screenshot shows the Flat style applied to a button edit control.

| | UltraFlat |

Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. The following screenshot shows the UltraFlat style applied to a button edit control.

| | Style3D |

Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control.

| | Office2003 |

Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. The following screenshot shows the Office2003 style applied to a button edit control.

| | Skin |

Control elements are painted using the skin determined by the UserLookAndFeel.SkinName property. The following screenshot shows a button editor painted using the default Caramel skin.

| | WindowsXP |

Control elements are painted using the XP theme. The following screenshot shows the WindowsXP style applied to a button edit control.

|

See Also

DevExpress.LookAndFeel Namespace