public enum TextEditingStarting : System.Enum
public enum TextEditingStarting : System.Enum
Member | Description |
---|---|
SingleClick | A single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing. |
SingleClickSelected | A 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. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.Tool.TextEditingStarting