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

d
any TextBlock within the visual tree of the part
v
an Northwoods.GoXam.Tool.ITextEditor
Sets the value of the TextEditorProperty attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetTextEditor( _
   ByVal d As DependencyObject, _
   ByVal v As ITextEditor _
) 
C# 
public static void SetTextEditor( 
   DependencyObject d,
   ITextEditor v
)

Parameters

d
any TextBlock within the visual tree of the part
v
an Northwoods.GoXam.Tool.ITextEditor

See Also