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