Class CompositeControlDesigner
Represents CompositeControl designer.
Inheritance
System.Object
CompositeControlDesigner
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class CompositeControlDesigner : ControlDesigner
Constructors
CompositeControlDesigner()
Declaration
public CompositeControlDesigner()
Methods
GetDesignTimeHtml()
Retrieves the HTML markup that is used to represent the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String | The HTML markup used to represent the control at design time. |
Initialize(IComponent)
This member overrides System.Web.UI.Design.ControlDesigner.Initialize(System.ComponentModel.IComponent).
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |