Control.System.Web.UI.IControlBuilderAccessor.ControlBuilder Property
.NET Framework 2.0
For a description of this member, see IControlBuilderAccessor.ControlBuilder.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
private: virtual property ControlBuilder^ System.Web.UI.IControlBuilderAccessor.ControlBuilder { ControlBuilder^ get () sealed = IControlBuilderAccessor::ControlBuilder::get; }
Not applicable.
Property Value
The ControlBuilder that built the control; otherwise, a null reference (Nothing in Visual Basic) if no builder was used.This member is an explicit interface member implementation. It can be used only when the Control instance is cast to an IControlBuilderAccessor interface.
Community Additions
ADD
Show: