TreeNodeStyle.CopyFrom Method
.NET Framework 3.0
Copies the style properties of the specified Style object into the current TreeNodeStyle object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the CopyFrom method to duplicate the style properties of the specified Style object in the TreeNodeStyle object that calls this method.
Note: |
|---|
| All properties in the current TreeNodeStyle object are replaced by the corresponding properties in the specified Style object. |
To copy style properties without replacing any values that have already been set, use the MergeWith method.
Community Additions
ADD
Show:
Note: