Move Button
The Move Button is a toolbar item that can be used to move files and folders.
The table below lists the main members that affect button appearance and functionality.
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsEditing.AllowMove |
Appearance | FileManagerStyles.ToolbarItem |
Image | FileManagerImages.MoveButton |
The Move Button is displayed in the toolbox if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarMoveButton type. In this case, button availability is controlled by the FileManagerSettingsEditing.AllowMove property.
If the FileManagerSettingsToolbar.Items collection is empty, the Move Button visibility is controlled by the FileManagerSettingsEditing.AllowMove property.
Feedback