Skip to main content

How to Enable Skin Support in an Application

  • 2 minutes to read

This topic describes how to add skin support to an application built with DevExpress VCL controls.

Skins are visual themes that allow you to apply a common GUI style to an application. Users can switch between themes at runtime. All DevExpress VCL controls, except the controls mentioned below, support skins.

Skin Examples

You can use built-in and custom skins in your application. To create new themes based on existing skins, use the Skin Editor application.

Supported Controls

The ExpressSkins Library adds skin support to forms, frames, standard panels, buttons, message dialogs and boxes, check boxes, radio buttons and DevExpress VCL controls except for the following controls:

Add Skin Support

Open the Project sub-menu in the toolbar.

Select “Modify Skin Options”.

Click “Enable Skin Support” and choose one or more skins in the skin options editor.

You can apply any of the selected skins to:

See Also