Method AddFile
AddFile(string?, string, SvgImage?)
Adds file to the control.
public virtual bool AddFile(string? title, string path, SvgImage? image = null)
Parameters
title
stringOptional title of the file.
path
stringPath to file.
image
SvgImageFile 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
item
FileListBox.NewItemInfoFile information.