Click or drag to resize

CompositeControlBaseCopyAttribute Method

Overload List
  NameDescription
Protected methodCopyAttribute(HtmlTextWriter, 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.
Protected methodCopyAttribute(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.
Top
See Also