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;
The designer instance of the server control.
IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace