Creates a custom style (
StyleInfo object) using the specified
StyleInfo object, name, and parent name.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As StyleInfo _
)
'Usage
Dim name As System.String
Dim parentName As System.String
Dim style As StyleInfo
Dim instance As New StyleInfo(name, parentName, style)
public StyleInfo(
System.string ,
System.string ,
StyleInfo
)
Parameters
- name
- The name of the new StyleInfo object.
- parentName
- The parent name of the new StyleInfo object.
- style
- A StyleInfo object.
See Also