Table of Contents

Property IsOpenGetter

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsOpenGetter

Gets or sets the delegate to be used to determine opened state of directories when resolving GetIcon(IFileSystemInfo). Defaults to always false.

public Func<IDirectoryInfo, bool> IsOpenGetter { get; set; }

Property Value

Func<IDirectoryInfo, bool>