Property AllowedTypes | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

AllowedTypes

Gets or Sets a collection of file types that the user can/must select. Only applies whenOpenMode is File or Mixed.

public List<IAllowedType> AllowedTypes { get; set; }

Property Value

List<IAllowedType>

Remarks

AllowedTypeAny adds the option to select any type (.). If this collection is empty then any type is supported and no Types drop-down is shown.

Edit this page