'Declaration Public Shared Function GetTooComplexText( _ ByVal obj As DependencyObject _ ) As String
'Usage Dim obj As DependencyObject Dim value As String value = SearchTextBox.GetTooComplexText(obj)
public static string GetTooComplexText( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
The TooComplexText property value for the dependency object. By default, "#######".