Click or drag to resize

CompositeControlBaseCopyStyle Method

Overload List
  NameDescription
Protected methodCopyStyle(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.
Protected methodCopyStyle(WebControl, String)
Copy the specified style element from this control's Style collection to the specified control's Style collection. The purpose of this is to allow derived composites to move copy elements from the composite control to one or more of the contained controls.
Top
See Also