Method MarkAll NamespaceTerminal.Gui.Views AssemblyTerminal.Gui.dll MarkAll(bool) If AllowsMarking and AllowsMultipleSelection are both true, marks all items. public bool MarkAll(bool mark) Parameters mark bool true marks all items; otherwise unmarks all items. Returns bool true if marking was successful.