System.Web.UI.Design.ITemplateEditingFrame Members

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

Public Properties

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

Gets the style for the editing frame.

InitialHeightint.

Gets or sets the initial height of the control.

InitialWidthint.

Gets or sets the initial width of the control.

[read-only]
Namestring.

Gets the name of the editing frame.

[read-only]
TemplateNamesstring[].

Gets a set of names of templates to use.

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

Gets the template styles for the control.

VerbTemplateEditingVerb.

Gets or sets the verb that invokes the template.

Public Methods

Close(bool)

Closes the control and optionally saves any changes.

Open()

Opens and displays the control.

Resize(int, int)

Resizes the control to the specified width and height.

Save()

Saves any changes to the document.

UpdateControlName(string)

Changes the name of the control to the specified name.