TdxNavBarCustomBackgroundPainter Class
In This Article
Serves as the base for painter classes used to draw the NavBar control’s background.
#Declaration
Delphi
TdxNavBarCustomBackgroundPainter = class(
TObject
)
#Remarks
This class provides the DrawBackground method, which calls the virtual InternalDrawBackground method. TdxNavBarCustomBackgroundPainter
descendants override the InternalDrawBackground method to custom paint the background.
TdxNavBarCustomBackgroundPainter
descendants include:
Descendant | Comment |
---|---|
Tdx |
Used by the XP2View. |
Tdx |
Used by the XPExplorer |
Note
If the native paint style is applied to these Views, Tdx
and Tdx
render the control background based on the current theme. Otherwise, the currently applied style settings are used.
See Also