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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Suggestions

The strings that form the current list of suggestions to render based on what the user has typed so far.

public virtual ReadOnlyCollection<Suggestion> Suggestions { get; set; }

Property Value

ReadOnlyCollection<Suggestion>

Edit this page