'Declaration Public Overloads Sub Add( _ ByVal name As String, _ ByVal nameOfParent As String _ )
public void Add( string name, string nameOfParent )
Parameters
- name
- Specifies the name of the new Style object.
- nameOfParent
- Specifies the parent Style whose properties will be inherited by the new Style.