Table of Contents

Enum TextEditingStarting

Namespace
Northwoods.Go.Tools
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for Starting.

public enum TextEditingStarting

Fields

DoubleClick = 2

A double click on a TextBlock with Editable property set to true will start in-place editing.

SingleClick = 0

A single click on a TextBlock with Editable property set to true will start in-place editing.

SingleClickSelected = 1

A single click on a TextBlock with Editable property set to true will start in-place editing, but only if the Part that the TextBlock is in is already selected.