'Declaration
Public Overridable Function SelectStyle( _ ByVal item As Object, _ ByVal container As DependencyObject _ ) As Style
public virtual 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, null.