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

TcxLookAndFeel Members

Stores appearance settings of a DevExpress control.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
ActiveStyle Returns the active look & feel style.
AssignedValues Specifies which look & feel settings affect a painter.
Kind Specifies one of the basic look & feel styles for a control.
MasterLookAndFeel Provides access to the source of default look & feel settings at the current hierarchy level.
NativeStyle Specifies if a control uses the native Windows look & feel style.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Provides access to the active look & feel painter.
RenderMode Specifies the render mode for a control.
ScrollbarMode Specifies the appearance and behavior of a control’s scrollbars.
ScrollMode Specifies a control’s scroll mode.
SkinName Specifies the name of a skin applied to a control.
SkinPainter Provides access to the active skin painter.
TouchScrollUIMode Specifies if the Touch-friendly scrollbar mode is enabled in an individual DevExpress control.

Methods

Name Description
AddChangeListener(TObject) Adds a listener to track changes in the look & feel settings.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all control repaint operations that reflect look & feel setting changes.
EndUpdate Applies any pending look & feel changes made after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetAvailablePainter(TdxThemedObjectType)
GetAvailablePainter(TdxThemedObjectTypes) Returns the painter instance that can draw a specific UI element according to the active look & feel settings.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Refresh Redraws a control using the current look & feel settings.
RemoveChangeListener(TObject) Unregisters the specified look & feel change listener.
Reset Resets look & feel settings.
SetStyle(TcxLookAndFeelStyle) Enables the native or basic look & feel style.
ToString Inherited from TObject.

Events

Name Description
OnChanged Enables you to respond to any look & feel setting changes.
OnMasterBeginChange Enables you to respond to changes in look & feel settings at the parent level.
OnMasterEndChange Enables you to respond to changes in look & feel settings at the parent level.
See Also