The properties of System.Web.UI.Design.ControlDesigner are listed below. For a list of all members, see the ControlDesigner Members list.
See Also: Inherited members from System.Web.UI.Design.HtmlControlDesigner
[read-only] override | ActionLists | System.ComponentModel.Design.DesignerActionListCollection.
Gets the action list collection for the control designer. |
[read-only] | AllowResize | bool.
Gets a value indicating whether the control can be resized in the design-time environment. |
[read-only] | AutoFormats | DesignerAutoFormatCollection.
Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time. |
[read-only] | DesignTimeHtmlRequiresLoadComplete | bool.
Gets a value indicating whether the design host must finish loading before the erload:System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml method can be called. |
ID | string.
Gets or sets the ID string for the control. | |
[read-only] | InTemplateMode | bool.
Gets a value indicating whether the control is in either template viewing or editing mode in the design host. The ControlDesigner.InTemplateMode property is read-only. |
IsDirty | bool.
Gets or sets a value indicating whether the Web server control has been marked as changed. | |
ReadOnly | bool.
Gets or sets a value indicating whether the properties of the control are read-only at design time. | |
[read-only] | TemplateGroups | TemplateGroupCollection.
Gets a collection of template groups, each containing one or more template definitions. |
ViewControl | System.Web.UI.Control.
Gets or sets a Web server control that can be used for previewing the design-time HTML markup. | |
ViewControlCreated | bool.
Gets or sets a value indicating whether a View control has been created for display on the design surface. |
[read-only] | DataBindingsEnabled | bool.
Gets a value indicating whether data binding is supported by the containing region for the associated control. |
[read-only] | DesignerState | ControlDesignerState.
Gets an object that is used to persist data for the associated control at design time. |
[read-only] | DesignTimeElementView | object.
Gets the view-control object for the control designer. |
[read-only] | HidePropertiesInTemplateMode | bool.
Gets a value indicating whether the properties of the associated control are hidden when the control is in template mode. |
[read-only] | RootDesigner | WebFormsRootDesigner.
Gets the control designer for the Web Forms page that contains the associated control. |
[read-only] | Tag | IControlDesignerTag.
Gets an object representing the HTML markup element for the associated control. |
[read-only] | UsePreviewControl | bool.
Gets a value indicating whether the control designer uses a temporary preview control to generate the design-time HTML markup. |