ActionLists (inherited from ControlDesigner) | Gets the action list collection for the control designer. |
ActiveTemplateEditingFrame (inherited from TemplatedControlDesigner) | Obsolete. Gets the active template editing frame. |
AllowResize | Override the AllowResize property inherited from ControlDesigner to enable the control to be resized. It is recommended that controls allow resizing when in template mode even if they normally do not allow resizing. |
AssociatedComponents (inherited from ComponentDesigner) | Gets the collection of components associated with the component managed by the designer. |
AutoFormats (inherited from ControlDesigner) | Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time. |
Behavior (inherited from HtmlControlDesigner) | Obsolete. Gets or sets the DHTML behavior that is associated with the designer. |
CanEnterTemplateMode (inherited from TemplatedControlDesigner) | Indicates whether or not this designer will allow the viewing or editing of templates. This property is read-only. |
Component (inherited from ComponentDesigner) | Gets the component this designer is designing. |
DataBindings (inherited from HtmlControlDesigner) | Gets the data bindings collection for the current control. |
DesignTimeHtmlRequiresLoadComplete (inherited from ControlDesigner) | Obsolete. Gets a value indicating whether the design host must finish loading before the GetDesignTimeHtml method can be called. |
Expressions (inherited from HtmlControlDesigner) | Gets the expression bindings for the current control at design time. |
ID (inherited from ControlDesigner) | Gets or sets the ID string for the control. |
InTemplateMode (inherited from TemplatedControlDesigner) | Obsolete. Indicates whether or not the designer document is in template mode. |
IsDirty (inherited from ControlDesigner) | Obsolete. Gets or sets a value indicating whether the Web server control has been marked as changed. |
ReadOnly (inherited from ControlDesigner) | Obsolete. Gets or sets a value indicating whether the properties of the control are read-only at design time. |
ShouldCodeSerialize (inherited from HtmlControlDesigner) | Obsolete. Gets or sets a value indicating whether to create a field declaration for the control in the code-behind file for the current design document during serialization. |
TemplateGroups (inherited from TemplatedControlDesigner) | Gets a collection of template groups, each containing a template definition. This property is read-only. |
Verbs (inherited from ComponentDesigner) | Gets the design-time verbs supported by the component that is associated with the designer. |
ViewControl (inherited from ControlDesigner) | Gets or sets a Web server control that can be used for previewing the design-time HTML markup. |
ViewControlCreated (inherited from ControlDesigner) | Gets or sets a value indicating whether a View control has been created for display on the design surface. |