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
)
Public Shared Sub RemovePositioningStyles (
ctrl As WebControl
)
Parameters
- ctrl
- Type: System.Web.UI.WebControlsWebControl
The control to deposition.
See Also