Northwoods.GoSilverlight 1.1.3 Assembly
GetTextEditor Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : GetTextEditor Method

d
any TextBlock within the visual tree of the part
Gets the value of the TextEditorProperty attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetTextEditor( _
   ByVal d As DependencyObject _
) As ITextEditor
C# 
public static ITextEditor GetTextEditor( 
   DependencyObject d
)

Parameters

d
any TextBlock within the visual tree of the part

Return Value

An Northwoods.GoXam.Tool.ITextEditor. By default this returns null, which causes the Northwoods.GoXam.Tool.TextEditingTool to use an editor that works with the default GetTextEditAdornmentTemplate that uses a TextBox.

See Also