GoXam for WPF v3
TextEditingStarting Enumeration
Northwoods.GoXam.Tool Namespace : TextEditingStarting Enumeration
This enum specifies the different ways users can start the TextEditingTool.
Syntax
public enum TextEditingStarting : System.Enum 
Members
MemberDescription
SingleClickA single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing.
SingleClickSelectedA single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing, but only if the Northwoods.GoXam.Part that the TextBlock is in is already selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.TextEditingStarting

See Also

Reference

Northwoods.GoXam.Tool Namespace