Enum TextEditingStarting

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for Starting.

Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum TextEditingStarting

Fields

Name Description
DoubleClick

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

SingleClick

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

SingleClickSelected

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.