Refresh Button
The Refresh Button is a toolbar item used to refresh the FileManager’s content.
The table below lists the main members that affect the button’s appearance and functionality:
Characteristics | Members |
---|---|
Appearance | FileManagerStyles.ToolbarItem (via the FileManagerSettings.Styles.ToolbarItem) |
Image | FileManagerImages.RefreshButton (via the FileManagerSettings.Images.RefreshButton) |
Visibillity | To display the refresh button, add an object of the FileManagerToolbarRefreshButton type to the SettingsToolbar.Items collection. If the collection is empty, the refresh button is displayed. |