The members of System.Web.UI.Design.ControlDesigner are listed below.
See Also: Inherited members from System.Web.UI.Design.HtmlControlDesigner
Initializes a new instance of the System.Web.UI.Design.ControlDesigner class. |
[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. |
GetBounds()
| ||
GetDesignTimeHtml()
| ||
GetDesignTimeHtml(DesignerRegionCollection)
| ||
static | GetDesignTimeResourceProviderFactory(IServiceProvider)
| |
GetEditableDesignerRegionContent(EditableDesignerRegion)
| ||
GetPersistenceContent()
| ||
GetPersistInnerHtml()
| ||
GetViewRendering()
| ||
static | GetViewRendering(System.Web.UI.Control)
| |
static | GetViewRendering(ControlDesigner)
| |
override | Initialize(System.ComponentModel.IComponent)
| |
Invalidate()
| ||
Invalidate(System.Drawing.Rectangle)
| ||
static | InvokeTransactedChange(System.ComponentModel.IComponent, TransactedChangeCallback, object, string)
| |
static | InvokeTransactedChange(System.ComponentModel.IComponent, TransactedChangeCallback, object, string, System.ComponentModel.MemberDescriptor)
| |
static | InvokeTransactedChange(IServiceProvider, System.ComponentModel.IComponent, TransactedChangeCallback, object, string, System.ComponentModel.MemberDescriptor)
| |
IsPropertyBound(string)
| ||
Localize(IDesignTimeResourceWriter)
| ||
OnAutoFormatApplied(DesignerAutoFormat)
| ||
OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs)
| ||
OnComponentChanging(object, System.ComponentModel.Design.ComponentChangingEventArgs)
| ||
RaiseResizeEvent()
| ||
RegisterClone(object, object)
| ||
SetEditableDesignerRegionContent(EditableDesignerRegion, string)
| ||
UpdateDesignTimeHtml()
|
CreateErrorDesignTimeHtml(string)
| ||
CreateErrorDesignTimeHtml(string, Exception)
| ||
CreatePlaceHolderDesignTimeHtml()
| ||
CreatePlaceHolderDesignTimeHtml(string)
| ||
CreateViewControl()
| ||
GetEmptyDesignTimeHtml()
| ||
GetErrorDesignTimeHtml(Exception)
| ||
override | OnBehaviorAttached()
| |
override | OnBindingsCollectionChanged(string)
| |
OnClick(DesignerRegionMouseEventArgs)
| ||
OnControlResize()
| ||
OnPaint(System.Windows.Forms.PaintEventArgs)
| ||
override | PreFilterProperties(IDictionary)
| |
SetRegionContent(EditableDesignerRegion, string)
| ||
SetViewFlags(ViewFlags, bool)
|