TdxCustomRibbon.ColorSchemeHandlers Property
A list of registered event handlers that update paint styles of associated controls when the Ribbon changes its color scheme.
Declaration
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