'Declaration
Public Overloads Function GetStyle( _ ByVal styleName As String, _ Optional ByVal create As Boolean _ ) As IStyle
Parameters
- styleName
- A string value indicates the style name.
- create
- if set to
true
, a new INamedStyle will be created if it doesn't exist.
Return Value
An INamedStyle object represents the named style.