TdxRibbonSkinSelector.Refresh Method
Reloads all skins from the current source.
Declaration
procedure Refresh;
Remarks
Call the Refresh
procedure to repopulate the Ribbon Skin Controller from the current source after a localization change that affects skin names.
Like LoadFromFile and LoadFromStream, Reset and Refresh
procedure calls raise OnAddSkin and OnAddPalette events multiple times.
See Also