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

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

Syntax

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

Parameters

d
any TextBlock within the visual tree of the part

Return Value

A DataTemplate, by default null. A null value causes the Northwoods.GoXam.Tool.TextEditingTool to use a default template that uses a TextBox.

See Also