Northwoods.GoSilverlight 1.3.5 Assembly
TextEditingStarting Enumeration
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : TextEditingStarting Enumeration

This enum specifies the different ways users can start the TextEditingTool.

Syntax

Visual Basic (Declaration) 
Public Enum TextEditingStarting 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum TextEditingStarting : System.Enum, IComparableIConvertibleIFormattable  

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

Requirements

See Also

© 2012 All Rights Reserved.