TcxCustomFontNameComboBoxProperties.OnMovedMRUFont Event
Occurs when a font name moves within the MRU font list.
Declaration
property OnMovedMRUFont: TNotifyEvent read; write;
Remarks
The OnMovedMRUFont event fires when a font name moves within the MRU font list. The MRU font list is populated when a user selects font names with the combo box. If the selected font name already exists within the MRU font list, then this name is moved to the top of the list. The OnMovedMRUFont event fires at this precise moment.
Use the AddMRUFontName and DelMRUFontName methods to manage the MRU font list programmatically.
See Also