Back to Devexpress

TdxCustomRibbon.ColorSchemeHandlers Property

vcl-dxribbon-dot-tdxcustomribbon-9117066f.md

latest728 B
Original Source

TdxCustomRibbon.ColorSchemeHandlers Property

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
TcxEventHandlerCollection

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

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit