Table of Contents

Enum FileListBox.FolderAdditionFlags

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

Specifies additional behavior when adding a folder to the FileListBox.

[Flags]
public enum FileListBox.FolderAdditionFlags

Fields

LookupAll = LookupTitle | LookupImage

Lookup both the folder title and image from FolderInfo if available.

LookupImage = 2

Lookup the folder image from FolderInfo if available.

LookupTitle = 1

Lookup the folder title from FolderInfo if available.

None = 0

No additional behavior.