NamedStyle Constructor(String,String)
Creates a custom style (NamedStyle object) with the specified name and parent.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim name As String
Dim parentName As String
Dim instance As New NamedStyle(name, parentName)
Parameters
- name
- Name of the new NamedStyle object
- parentName
- Parent of the new NamedStyle object