NamedStyle Constructor(String)
In This Topic
Creates a custom style (NamedStyle object) with the specified name.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim name As String
Dim instance As New NamedStyle(name)
public NamedStyle(
string
)
Parameters
- name
- Name of the new NamedStyle object
Example
This example creates a new custom style.
See Also