'Declaration Public Shared Sub SetVisible( _ ByVal d As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim d As DependencyObject Dim value As Boolean RowSelector.SetVisible(d, value)
public static void SetVisible( DependencyObject d, bool value )
Parameters
- d
- The dependency object to which the attached property is written.
- value
- true if the row selectors are visible; false otherwise. By default, true.