System.Web.UI.Design.TemplatedControlDesigner Members

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

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

Public Constructors

Public Properties

[read-only]
ActiveTemplateEditingFrameITemplateEditingFrame.

Gets the active template editing frame.

[read-only]
CanEnterTemplateModebool.

Gets a value indicating whether or not this designer will allow the viewing or editing of templates.

[read-only]
InTemplateModebool.

Gets a value indicating whether the designer document is in template mode.

[read-only]
override
TemplateGroupsTemplateGroupCollection.

Gets a collection of template groups, each containing a template definition.

Protected Properties

[read-only]
override
DataBindingsEnabledbool.

Gets a value indicating whether the designer allows data binding.

[read-only]
HidePropertiesInTemplateModebool.

Gets a value indicating whether the properties of the control will be hidden when the control is placed into template editing mode.

Public Methods

EnterTemplateMode(ITemplateEditingFrame)

Opens a particular template frame object for editing in the designer.

ExitTemplateMode(bool, bool, bool)

Closes the currently active template editing frame after saving any relevant changes.

override
GetPersistInnerHtml() : string

Gets the markup to persist for the content that is in the associated server control runtime.

GetTemplateContainerDataItemProperty(string) : string

Gets the data item property of the template's container.

GetTemplateContainerDataSource(string) : IEnumerable

Gets the data source of the template's container.

abstract
GetTemplateContent(ITemplateEditingFrame, string, out bool) : string
Documentation for this section has not yet been entered.
GetTemplateEditingVerbs() : TemplateEditingVerb[]

Gets the template editing verbs available to the designer.

GetTemplatePropertyParentType(string) : Type

Gets the type of the parent of the template property.

override
Initialize(System.ComponentModel.IComponent)

Initializes the designer and loads the specified component.

override
OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs)

Delegate to handle the component changed event.

override
OnSetParent()

Provides an opportunity to perform additional processing when the parent of this designer is changed.

abstract
SetTemplateContent(ITemplateEditingFrame, string, string)

When overridden in a derived class, sets the specified template's content to the specified content.

override
UpdateDesignTimeHtml()

Updates the design-time HTML.

Protected Methods

abstract
CreateTemplateEditingFrame(TemplateEditingVerb) : ITemplateEditingFrame

When overridden in a derived class, creates a template editing frame for the specified verb.

abstract
GetCachedTemplateEditingVerbs() : TemplateEditingVerb[]

Gets the cached template editing verbs.

GetTemplateFromText(string) : System.Web.UI.ITemplate

Creates a template from the specified text.

GetTextFromTemplate(System.Web.UI.ITemplate) : string

Gets a string of text that represents the specified template.

override
OnBehaviorAttached()

Provides an opportunity to perform additional processing when a behavior is attached to the designer.

OnTemplateModeChanged()

Provides an opportunity to perform additional processing when the template mode is changed.

override
PreFilterProperties(IDictionary)

Allows a designer to filter the set of member attributes the component it is designing through a System.ComponentModel.TypeDescriptor object.

SaveActiveTemplateEditingFrame()

Saves the active template editing frame.