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

TcxLookAndFeel.Reset Method

Resets look & feel settings.

Declaration

procedure Reset;

Remarks

Call this procedure to clear all AssignedValues flags to use imported look & feel settings or global constants instead of the corresponding settings at the current level.

A Reset procedure call at the root look & feel settings level additionally restores the default values of the cxUseSkins and cxIsTouchModeEnabled global constants, and assigns ismDefault to the dxSkinsUseImageSet global variable.

Note

A Reset procedure call does not change the NativeStyle, Kind, SkinName, ScrollbarMode, ScrollMode, and RenderMode property values.

See Also