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

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

Syntax

Visual Basic (Declaration) 
Public Shared Function GetTextEditable( _
   ByVal d As DependencyObject _
) As Boolean
C# 
public static bool GetTextEditable( 
   DependencyObject d
)

Parameters

d
any TextBlock within the visual tree of the part

Return Value

By default this returns false

See Also