System.Web.UI.Design.ContainerControlDesigner Members

The members of System.Web.UI.Design.ContainerControlDesigner are listed below.

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

Public Constructors

Public Properties

[read-only]
override
AllowResizebool.

Gets a value indicating if the control can be resized at design time.

[read-only]
FrameCaptionstring.

Gets the caption that is displayed for a control at design time.

[read-only]
FrameStyleSystem.Web.UI.WebControls.Style.

Gets the style that is applied to the control frame at design time.

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.