[]
Returns the Style object for the specified group if it is found in resources.
public override Style SelectStyle(object item, DependencyObject container)
Public Overrides Function SelectStyle(item As Object, container As DependencyObject) As Style
| Type | Name | Description |
|---|---|---|
| object | item | The content. |
| DependencyObject | container | The element to which the style will be applied. |
| Type | Description |
|---|---|
| Style | Returns an application-specific style to apply; otherwise, a null reference (Nothing in Visual Basic). |