Rainbow 2.0 Code Documentation

DesktopPanesDesigner Properties

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

Public Instance Properties

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.

Protected Instance Properties

DataBindingsEnabled (inherited from TemplatedControlDesigner)Gets a value indicating whether the designer allows data binding. This property is read-only.
DesignerState (inherited from ControlDesigner)Gets an object that is used to persist data for the associated control at design time.
DesignTimeElement (inherited from HtmlControlDesigner)Obsolete. Gets the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.
DesignTimeElementView (inherited from ControlDesigner)Obsolete. Gets the view-control object for the control designer.
InheritanceAttribute (inherited from ComponentDesigner)Gets an attribute that indicates the type of inheritance of the associated component.
Inherited (inherited from ComponentDesigner)Gets a value indicating whether this component is inherited.
ParentComponent (inherited from ComponentDesigner)Gets the parent component for this designer.
RootDesigner (inherited from ControlDesigner)Gets the control designer for the Web Forms page that contains the associated control.
ShadowProperties (inherited from ComponentDesigner)Gets a collection of property values that override user settings.
Tag (inherited from ControlDesigner)Gets an object representing the HTML markup element for the associated control.
UsePreviewControl (inherited from ControlDesigner)Gets a value indicating whether the control designer uses a temporary preview control to generate the design-time HTML markup.

Protected Internal Instance Properties

HidePropertiesInTemplateMode (inherited from ControlDesigner)Gets a value indicating whether the properties of the associated control are hidden when the control is in template mode.

See Also

DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace