'Declaration Public Shared Function GetIsCellFocusScope( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = Cell.GetIsCellFocusScope(obj)
public static bool GetIsCellFocusScope( DependencyObject obj )
Parameters
- obj
- The dependency object form which the property value is read.
Return Value
The IsCellFocusScope property value for the dependency object. By default, false.