This documentation is archived and is not being maintained.

EditableDesignerRegion Properties

The EditableDesignerRegion type exposes the following members.

  NameDescription
Public property Content Gets or sets the HTML markup for the content of the region.
Public property Description Gets or sets the description for a designer region. (Inherited from DesignerRegion.)
Public property Designer Gets the associated designer component. (Inherited from DesignerObject.)
Public property DisplayName Gets or sets the friendly display name for a designer region. (Inherited from DesignerRegion.)
Public property EnsureSize Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host. (Inherited from DesignerRegion.)
Public property Highlight Gets or sets a value indicating whether to highlight the designer region on the design surface. (Inherited from DesignerRegion.)
Public property Name Gets the name of the object. (Inherited from DesignerObject.)
Public property Properties Gets the object's properties. (Inherited from DesignerObject.)
Public property Selectable Gets or sets a value indicating whether the designer region can be selected by the user on the design surface. (Inherited from DesignerRegion.)
Public property Selected Gets or sets a value indicating whether the designer region is currently selected on the design surface. (Inherited from DesignerRegion.)
Public property ServerControlsOnly Gets or sets a value indicating whether the region can accept only Web server controls.
Public property SupportsDataBinding Gets or sets a value indicating whether the region can be bound to a data source.
Public property UserData Gets or sets optional user data to associate with the designer region. (Inherited from DesignerRegion.)
Top
Show: