TcxLookAndFeel Members
Stores general 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 |
---|---|
AssignedValues | Specifies what look & feel settings affect an individual DevExpress control. |
Kind | Specifies the active deprecated look & feel style for a DevExpress control. |
MasterLookAndFeel | Provides access to the look & feel settings that are in effect when corresponding setting modification flags are not set. |
NativeStyle | Specifies if the affected control uses operating system-dependent draw routines to display its content and UI elements. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Painter | Provides access to the active native or deprecated look & feel painter. |
RenderMode | Specifies the render mode for a control. |
ScrollbarMode | Specifies the active scrollbar mode at the level of an individual control. |
ScrollMode | Specifies the active scroll mode at the level of an individual control. |
SkinName | Specifies the name of the active skin at the level of an individual control. |
SkinPainter | Provides access to the active skin painter. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Postpones all control redraw operations that reflect content and appearance setting changes until an EndUpdate procedure call. |
EndUpdate | Applies all pending changes and redraws the affected control after a BeginUpdate procedure call. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
Refresh | Redraws the affected control. |
Reset | Removes all look & feel setting modification flags. |
ToString | Inherited from TObject. |
See Also