Click or drag to resize

EAPCtrlUtilsRemovePositioningStyles Method

Remove the CSS positioning styles from the specified control. This is generally used when changing a control from absolute positioning when making it a child of a container control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void RemovePositioningStyles(
	WebControl ctrl
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control to deposition.
See Also