Method AddFolder
AddFolder(NewItemInfo)
Adds folder to the control.
public virtual bool AddFolder(FileListBox.NewItemInfo item)
Parameters
itemFileListBox.NewItemInfoFolder information.
Returns
AddFolder(string?, string, SvgImage?)
Adds folder to the control.
public virtual bool AddFolder(string? title, string path, SvgImage? image = null)
Parameters
titlestringOptional title of the folder.
pathstringPath to folder.
imageSvgImageFolder image. If not specified, default image will be used.