CompositeControlBaseInDesigner Property |
Determine if the control is being rendered in the .Net Studio.
Currently we assume this is the case if, and only if, there is not HttpContext.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool InDesigner { get; }
Protected ReadOnly Property InDesigner As Boolean
Get
Property Value
Type:
BooleanSee Also