NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWebFormServices.GetControlDesigner

Gets the designer corresponding to a server control given its unique identifier.

[Visual Basic]
Function GetControlDesigner( _
   ByVal id As String _
) As ControlDesigner
[C#]
ControlDesigner GetControlDesigner(
   string id
);
[C++]
ControlDesigner* GetControlDesigner(
   String* id
) = 0;
[JScript]
function GetControlDesigner(
   id : String
) : ControlDesigner;

Parameters

id
The unique identifier of the control.

Return Value

The designer instance of the server control.

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace