System.Web.UI.Design.ControlDesigner: Property Members

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

Public Properties

[read-only]
override
ActionListsSystem.ComponentModel.Design.DesignerActionListCollection.

Gets the action list collection for the control designer.

[read-only]
AllowResizebool.

Gets a value indicating whether the control can be resized in the design-time environment.

[read-only]
AutoFormatsDesignerAutoFormatCollection.

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]
DesignTimeHtmlRequiresLoadCompletebool.

Gets a value indicating whether the design host must finish loading before the erload:System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml method can be called.

IDstring.

Gets or sets the ID string for the control.

[read-only]
InTemplateModebool.

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.

IsDirtybool.

Gets or sets a value indicating whether the Web server control has been marked as changed.

ReadOnlybool.

Gets or sets a value indicating whether the properties of the control are read-only at design time.

[read-only]
TemplateGroupsTemplateGroupCollection.

Gets a collection of template groups, each containing one or more template definitions.

ViewControlSystem.Web.UI.Control.

Gets or sets a Web server control that can be used for previewing the design-time HTML markup.

ViewControlCreatedbool.

Gets or sets a value indicating whether a View control has been created for display on the design surface.

Protected Properties

[read-only]
DataBindingsEnabledbool.

Gets a value indicating whether data binding is supported by the containing region for the associated control.

[read-only]
DesignerStateControlDesignerState.

Gets an object that is used to persist data for the associated control at design time.

[read-only]
DesignTimeElementViewobject.

Gets the view-control object for the control designer.

[read-only]
HidePropertiesInTemplateModebool.

Gets a value indicating whether the properties of the associated control are hidden when the control is in template mode.

[read-only]
RootDesignerWebFormsRootDesigner.

Gets the control designer for the Web Forms page that contains the associated control.

[read-only]
TagIControlDesignerTag.

Gets an object representing the HTML markup element for the associated control.

[read-only]
UsePreviewControlbool.

Gets a value indicating whether the control designer uses a temporary preview control to generate the design-time HTML markup.