TdxCustomRibbon.ColorSchemeHandlers Property
In This Article
A list of registered event handlers that update paint styles of associated controls when the Ribbon changes its color scheme.
#Declaration
Delphi
property ColorSchemeHandlers: TcxEventHandlerCollection read;
#Property Value
Type |
---|
Tcx |
#Remarks
In this context, the Ribbon is an event source and TdxEventHandlerCollection stores event handlers that will synchronize paint styles of outer controls with the Ribbon.
See Also