'Declaration Public Shared Function GetIsCellsHost( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = RegionPresenter.GetIsCellsHost(obj)
public static bool GetIsCellsHost( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
true if the Panel can contain cells; false otherwise.