This documentation is archived and is not being maintained.

TemplatedControlDesigner Properties

The properties of the TemplatedControlDesigner class are listed here. For a complete list of TemplatedControlDesigner class members, see the TemplatedControlDesigner Members topic.

Public Properties

public propertyActiveTemplateEditingFrame Gets the active template editing frame.
public propertyAllowResize (inherited from ControlDesigner) Gets a value indicating whether the control can be resized.
public propertyAssociatedComponents (inherited from ComponentDesigner) Gets the collection of components associated with the component managed by the designer.
public propertyBehavior (inherited from HtmlControlDesigner) Gets or sets the DHTML behavior associated with the designer instance.
public propertyCanEnterTemplateMode Gets a value indicating whether the designer allows viewing or editing of templates.
public propertyComponent (inherited from ComponentDesigner) Gets the component this designer is designing.
public propertyDataBindings (inherited from HtmlControlDesigner) Gets or sets the data bindings for the current control.
public propertyDesignTimeHtmlRequiresLoadComplete (inherited from ControlDesigner) Gets a value indicating whether the designer must have completed loading before the design-time HTML can be used.
public propertyID (inherited from ControlDesigner) Gets or sets the ID string for the control.
public propertyInTemplateMode Gets a value indicating whether the designer document is in template mode.
public propertyIsDirty (inherited from ControlDesigner) Gets or sets a value indicating whether the Web server control has been marked as changed.
public propertyReadOnly (inherited from ControlDesigner) Gets or sets a value indicating whether the properties of the control are read-only at design-time.
public propertyShouldCodeSerialize (inherited from HtmlControlDesigner) Gets or sets a value indicating whether a field declaration for the control should be created in the code-behind file for the current design document during serialization.
public propertyVerbs (inherited from ComponentDesigner) Gets the design-time verbs supported by the component that is associated with the designer.

Protected Properties

protected propertyDesignTimeElement (inherited from HtmlControlDesigner) Gets the design-time object representing the control associated with the HtmlControlDesigner on the design surface.
protected propertyHidePropertiesInTemplateMode Gets a value indicating whether the properties of the control are hidden when the control is placed into template editing mode.
protected propertyInheritanceAttribute (inherited from ComponentDesigner) Gets an attribute that indicates the type of inheritance of the associated component.
protected propertyInherited (inherited from ComponentDesigner) Gets a value indicating whether this component is inherited.
protected propertyShadowProperties (inherited from ComponentDesigner) Gets a collection of property values that override user settings.

See Also

TemplatedControlDesigner Class | System.Web.UI.Design Namespace

Show: