GoXam for WPF v3
GetTextEditor Method
Northwoods.GoXam Namespace > Part Class : GetTextEditor Method
any TextBlock within the visual tree of the part
Gets the value of the TextEditorProperty attached dependency property.
Syntax
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

Reference

Part Class
Part Members