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