Enum FileListBox.FolderAdditionFlags
Specifies additional behavior when adding a folder to the FileListBox.
[Flags]
public enum FileListBox.FolderAdditionFlags
Fields
LookupAll = LookupTitle | LookupImageLookup both the folder title and image from FolderInfo if available.
LookupImage = 2Lookup the folder image from FolderInfo if available.
LookupTitle = 1Lookup the folder title from FolderInfo if available.
None = 0No additional behavior.