IServerElementDesigner.Control Property
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
ReadOnly Property Control As Control
Get
'Usage
Dim instance As IServerElementDesigner
Dim value As Control
value = instance.Control
Control Control { get; }
Property Value
Type: System.Web.UI.Control
See Also
Reference
IServerElementDesigner Interface