Click or drag to resize

EAPCtrlUtilsMoveAttribute Method

Move the specified attribute from the source control's Attributes collection do the destination control's Atributes collection. The purpose of this is to allow derived composites to move attributes from the composite control to one of the contained controls.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void MoveAttribute(
	WebControl src,
	WebControl dst,
	string name
)

Parameters

src
Type: System.Web.UI.WebControlsWebControl
The control to from to move the attribute.
dst
Type: System.Web.UI.WebControlsWebControl
The control to which to copy the attribute.
name
Type: SystemString
The attribute name of the item to move.
See Also