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

d
any TextBlock within the visual tree of the part
v
Sets the value of the TextEditableProperty attached dependency property.

Syntax

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

Parameters

d
any TextBlock within the visual tree of the part
v

See Also