'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
- The content.
- container
- The element to which the style will be applied.
Return Value
Returns an application-specific style to apply; otherwise, a null reference (Nothing in Visual Basic).