'Declaration Public Overrides Function SelectStyle( _ ByVal item As Object, _ ByVal container As DependencyObject _ ) As Style
public override Style SelectStyle( object item, DependencyObject container )
Parameters
- item
- container
Return Value
Returns an application-specific style to apply; otherwise, a null reference (Nothing in Visual Basic).