TcxDefaultEditStyleController.RestoreStyles Method
Restores the initial values of all default editor styles stored in the controller.
Declaration
procedure RestoreStyles;
Remarks
Call the RestoreStyles
procedure to restore the initial values of the following properties:
- Style
- Specifies the default style settings for the base (normal) state of all editors in an application.
- StyleDisabled
- Defines default style settings applied to disabled editors.
- StyleFocused
- Defines style settings applied to an editor when it receives focus.
- StyleHot
- Defines style settings applied to a hot-tracked editor.
- StyleReadOnly
- Defines default style settings applied to editors in read-only mode.
See Also