Add(String,String) Method
Adds a new Style object to the collection and sets its parent style to the specified parent Style.
'Declaration
Public Overloads Sub Add( _
ByVal As String, _
ByVal As String _
)
Parameters
- name
- Specifies the name of the new Style object.
- nameOfParent
- Specifies the parent Style whose properties will be inherited by the new Style.