The properties of the TemplatedControlDesigner class are listed below. For a complete list of TemplatedControlDesigner class members, see the TemplatedControlDesigner Members topic.
AllowResize (inherited from WebControlDesigner) | Gets or sets whether the control is resizable. |
Behavior (inherited from HtmlControlDesigner) | Points to the DHTML Behavior that is associated to this designer instance. |
Component (inherited from ComponentDesigner) | Gets or sets the component this designer is designing. |
HTMLElement (inherited from HtmlControlDesigner) | Accessor for the HTML element associated to the attached behavior. |
IsDirty (inherited from UserControlDesigner) | Whether or not the boolean dirty state of the web control is currently set. |
ReadOnly (inherited from UserControlDesigner) | Whether or not the control's associated design surface is set to read-only or not. |
TemplateMode | Whether or not the designer document is in template mode. |
TemplateVerbHandler | Verb execution handler for opening the template frames and entering template mode. |
Verbs (inherited from ComponentDesigner) | Gets the design-time verbs supported by the component associated with the designer. The verbs returned by this method are typically displayed in a right-click menu by the design-time environment. The return value may be null if the component has no design-time verbs. When a user selects one of the verbs, the performVerb() method is invoked with the the corresponding DesignerVerb object. NOTE: A design-time environment will typically provide a "Properties..." entry on a component's right-click menu. The getVerbs() method should therefore not include such an entry in the returned list of verbs. |
ViewLinkRootElement (inherited from UserControlDesigner) | Returns the HTML element associated to the read-only display section in the view-linked tree. |
BaseDesigner (inherited from HtmlControlDesigner) | Returns the base Web Forms designer associated to the ASPX document. |
InheritanceAttribute (inherited from ComponentDesigner) | Gets or sets the inheritance attribute for this component. |
Inherited (inherited from ComponentDesigner) | Gets whether or not this component is being inherited. |
TemplatedControlDesigner Class | System.Web.UI.Design Namespace