System.Web.UI.Design.ContainerControlDesigner: Method Members

The methods of System.Web.UI.Design.ContainerControlDesigner are listed below. For a list of all members, see the ContainerControlDesigner Members list.

See Also: Inherited members from System.Web.UI.Design.ControlDesigner

Public Methods

GetDesignTimeCssAttributes() : IDictionary

Returns the collection of style attributes for the control at design time.

override
GetDesignTimeHtml(DesignerRegionCollection) : string

Returns the HTML markup that is used to represent the control at design time.

override
GetEditableDesignerRegionContent(EditableDesignerRegion) : string

Returns the content for the editable region of the control at design time.

override
GetPersistenceContent() : string

Returns the persistable content of the control at design time.

override
SetEditableDesignerRegionContent(EditableDesignerRegion, string)

Sets the content for the editable region of the control at design time.

Protected Methods

AddDesignTimeCssAttributes(IDictionary)

Adds the style attributes for the control at design time.