BndLabel Constructor (WebControl) |
Constructor with associated control. Note that control ID can be set
later as it is not required until render time.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public BndLabel(
WebControl associatedControl
)
Public Sub New (
associatedControl As WebControl
)
Parameters
- associatedControl
- Type: System.Web.UI.WebControlsWebControl
The associated control.
See Also