Upload Button
The Upload Button is a toolbar item that allows users to upload files.
The table below lists the main members that affect button appearance and functionality.
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsUpload.Enabled |
Appearance | FileManagerStyles.ToolbarItem |
Image | FileManagerImages.UploadButton |
The toolbox displays the Upload Button if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarUploadButton type. In this case, the FileManagerSettingsUpload.Enabled property controls button availability.
If the FileManagerSettingsToolbar.Items collection is empty, the Upload Button is displayed when file upload is enabled (FileManagerSettingsUpload.Enabled is true
) and the upload panel is hidden (FileManagerSettingsUpload.ShowUploadPanel is false
).
See Also