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