Table of Contents

Constructor NewItemInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

NewItemInfo(string, string?, SvgImage?)

Initializes a new instance of the FileListBox.NewItemInfo class.

public NewItemInfo(string path, string? title = null, SvgImage? image = null)

Parameters

path string

Path to the file or folder.

title string

Custom title.

image SvgImage

Custom image.