'DeclarationPublic Shared Function GetCacheTabControl( _ ByVal obj As DependencyObject _ ) As ExtendedTabControl
'UsageDim obj As DependencyObject Dim value As ExtendedTabControl value = ExtendedTabControl.GetCacheTabControl(obj)
public static ExtendedTabControl GetCacheTabControl( DependencyObject obj )
Parameters
- obj