CompositeControlBase.CopyStyle Method (HtmlTextWriter, String) |
Write the specified style element from the control's Style collection.
The purpose of this is to allow derived composites to move copy attributes from the
composite control to one or more of the contained controls.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected void CopyStyle(
HtmlTextWriter writer,
string name
)
Protected Sub CopyStyle (
writer As HtmlTextWriter,
name As String
)
Parameters
- writer
- Type: System.Web.UI.HtmlTextWriter
The writer to which to write the style elements. - name
- Type: System.String
The style name of the item to write.
See Also