Rename Button
The Rename Button is a toolbar item that allows users to rename files and folders.
The table below lists the main members that affect button appearance and functionality.
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsEditing.AllowRename |
Appearance | FileManagerStyles.ToolbarItem |
Image | FileManagerImages.RenameButton |
The toolbox displays the Rename Button if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarRenameButton type. In this case, the FileManagerSettingsEditing.AllowRename property controls button availability.
If the FileManagerSettingsToolbar.Items collection is empty, the FileManagerSettingsEditing.AllowRename property controls the Rename Button visibility.