Adds a new Style object to the collection and sets its parent style to the specified parent Style.
[Visual Basic]
Overloads Public Sub Add( _
ByVal name As String, _
ByVal nameOfParent As String _
)
[C#]
public void Add(
string name,
string nameOfParent
);
Styles are cascaded. Any properties not specified in the child Style are inherited from the parent Style.
StyleSheet Class | StyleSheet Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.