'Declaration Public Shared Function GetVisible( _ ByVal d As DependencyObject _ ) As Boolean
'Usage Dim d As DependencyObject Dim value As Boolean value = RowSelector.GetVisible(d)
public static bool GetVisible( DependencyObject d )
Parameters
- d
- The dependency object from which the property value is read.
Return Value
true if the row selectors are visible; false otherwise. By default, true.