This documentation is archived and is not being maintained.
TemplatedControlDesigner Methods
.NET Framework 1.1
The methods of the TemplatedControlDesigner class are listed here. For a complete list of TemplatedControlDesigner class members, see the TemplatedControlDesigner Members topic.
Public Methods
Dispose (inherited from ComponentDesigner) | Overloaded. Releases the resources used by the ComponentDesigner. |
DoDefaultAction (inherited from ComponentDesigner) | Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location. |
EnterTemplateMode | Opens a template frame object for editing in the designer. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
ExitTemplateMode | Closes the currently active template editing frame after saving any relevant changes. |
GetDesignTimeHtml (inherited from ControlDesigner) | Gets the HTML that is used to represent the control at design time. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetPersistInnerHtml | Overridden. Gets the HTML to be persisted for the content present in the associated server control runtime. |
GetTemplateContainerDataItemProperty | Gets the data item property of the template's container. |
GetTemplateContainerDataSource | Gets the data source of the template's container. |
GetTemplateContent | When overridden in a derived class, gets the template's content. |
GetTemplateEditingVerbs | Gets the template editing verbs available to the designer. |
GetTemplatePropertyParentType | Gets the type of the parent of the template property. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize (inherited from ControlDesigner) | Overridden. Initializes the designer and loads the specified component. |
InitializeNonDefault (inherited from ComponentDesigner) | Initializes the settings for an imported component that is already initialized to settings other than the defaults. |
IsPropertyBound (inherited from ControlDesigner) | Gets a value indicating whether the specified property is data-bound. |
OnComponentChanged | Overridden. A delegate that handles the component changed event. |
OnSetComponentDefaults (inherited from ComponentDesigner) | Sets the default properties for the component. |
OnSetParent | Overridden. Provides an opportunity to perform additional processing when the parent of this designer is changed. |
RaiseResizeEvent (inherited from ControlDesigner) | Raises the OnControlResize event. |
SetTemplateContent | When overridden in a derived class, sets the specified template's content to the specified content. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UpdateDesignTimeHtml | Overridden. Updates the design-time HTML. |
Protected Methods
CreatePlaceHolderDesignTimeHtml (inherited from ControlDesigner) | Overloaded. Creates a simple HTML section for the control that can be used to display information related to the control at design time when there is not enough information to display a meaningful representation of the control. |
CreateTemplateEditingFrame | When overridden in a derived class, creates a template editing frame for the specified designer verb. |
Dispose (inherited from HtmlControlDesigner) | Overloaded. Releases the unmanaged resources used by the HtmlControlDesigner and optionally releases the managed resources. |
Finalize (inherited from ComponentDesigner) | Overridden. Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetCachedTemplateEditingVerbs | Gets the cached template editing verbs. |
GetEmptyDesignTimeHtml (inherited from ControlDesigner) | Gets the HTML that is used to represent an empty control at design time. |
GetErrorDesignTimeHtml (inherited from ControlDesigner) | Gets the HTML that provides information about the specified exception. This method is typically called after an error has been encountered at design time. |
GetService (inherited from ComponentDesigner) | Attempts to retrieve the specified type of service from the designer's component's design mode site. |
GetTemplateFromText | Creates a template from the specified text. |
GetTextFromTemplate | Gets a string of text that represents the specified template. |
InvokeGetInheritanceAttribute (inherited from ComponentDesigner) | Gets the InheritanceAttribute of the specified ComponentDesigner. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnBehaviorAttached | Overridden. Provides an opportunity to perform additional processing when a behavior is attached to the designer. |
OnBehaviorDetaching (inherited from HtmlControlDesigner) | Provides an opportunity to perform processing when a behavior is detached from the designer. |
OnBindingsCollectionChanged (inherited from ControlDesigner) | Overridden. Called when the data bindings collection changes. |
OnControlResize (inherited from ControlDesigner) | Called when the design-time control has been resized. |
OnTemplateModeChanged | Provides an opportunity to perform additional processing when the template mode is changed. |
PostFilterAttributes (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. |
PostFilterEvents (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. |
PostFilterProperties (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. |
PreFilterAttributes (inherited from ComponentDesigner) | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. |
PreFilterEvents (inherited from HtmlControlDesigner) | Overridden. Modifies the set of events that the designer exposes through a TypeDescriptor object. |
PreFilterProperties | Overridden. Allows a designer to filter the set of member attributes the component it is designing will expose through a TypeDescriptor object. |
RaiseComponentChanged (inherited from ComponentDesigner) | Notifies the IComponentChangeService that this component has been changed. |
RaiseComponentChanging (inherited from ComponentDesigner) | Notifies the IComponentChangeService that this component is about to be changed. |
SaveActiveTemplateEditingFrame | Saves the active template editing frame. |
See Also
TemplatedControlDesigner Class | System.Web.UI.Design Namespace
Show:
