MapperUtilsUnlockControl Method |
Lock the specified control. Note that the manner in which the locking is
performed is control-type-specific. This is the inverse of LockControl.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void UnlockControl(
WebControl ctrl
)
Public Shared Sub UnlockControl (
ctrl As WebControl
)
Parameters
- ctrl
- Type: System.Web.UI.WebControlsWebControl
The control to unlock.
See Also