Rename Button
The Rename Button is a toolbar item used to rename files and folders.
The table below lists the main members that affect the button’s appearance and functionality:
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsEditing.AllowRename (via the FileManagerSettings.SettingsEditing.AllowRename) |
Appearance | FileManagerStyles.ToolbarItem (via the FileManagerSettings.Styles.ToolbarItem) |
Image | FileManagerImages.RenameButton (via the FileManagerSettings.Images.RenameButton) |
Visibillity | To display the rename button, add an object of the FileManagerToolbarRenameButton type to the SettingsToolbar.Items collection. If the collection is empty, the rename button is displayed provided that the AllowRename property is set to true . |