Click or drag to resize

CompositeControlBase.CopyAttribute Method (WebControl, String)

Write the specified attribute from the control's Attribute 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 CopyAttribute(
	WebControl ctrl,
	string name
)

Parameters

ctrl
Type: System.Web.UI.WebControls.WebControl
The control to which to copy the attribute.
name
Type: System.String
The attribute name of the item to copy.
See Also