Copy Button
The Copy Button is a toolbar item that is 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 toolbox displays the Copy Button if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarCopyButton type. In this case, the FileManagerSettingsEditing.AllowCopy property controls button availability.
If the FileManagerSettingsToolbar.Items collection is empty, the FileManagerSettingsEditing.AllowCopy property controls the Copy Button visibility.