Create Button
The Create Button is a toolbar item that can be used to create folders.
The table below lists the main members that affect the button’s appearance and functionality:
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsEditing.AllowCreate (via the FileManagerSettings.SettingsEditing.AllowCreate) |
Appearance | FileManagerStyles.ToolbarItem (via the FileManagerSettings.Styles.ToolbarItem) |
Image | FileManagerImages.CreateButton (via the FileManagerSettings.Images.CreateButton) |
Visibillity | To display the create button, add an object of the FileManagerToolbarCreateButton type to the SettingsToolbar.Items collection. If the collection is empty, the create button is displayed provided that the AllowCreate property is set to true . |