Table of Contents

Property SelectWordOnlyOnDoubleClick

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

SelectWordOnlyOnDoubleClick

Gets or sets whether the word navigation should select only the word itself without spaces around it or with the spaces at right. Default is false meaning that the spaces at right are included in the selection.

public bool SelectWordOnlyOnDoubleClick { get; set; }

Property Value

bool