CompositeControlBaseCopyStyle 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)
Syntax protected void CopyStyle(
HtmlTextWriter writer,
string name
)
Protected Sub CopyStyle (
writer As HtmlTextWriter,
name As String
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The writer to which to write the style elements. - name
- Type: SystemString
The style name of the item to write.
See Also