EditorPartChrome(EditorZoneBase) Constructor

Definition

Initializes a new instance of the EditorPartChrome class.

public:
 EditorPartChrome(System::Web::UI::WebControls::WebParts::EditorZoneBase ^ zone);
public EditorPartChrome (System.Web.UI.WebControls.WebParts.EditorZoneBase zone);
new System.Web.UI.WebControls.WebParts.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorZoneBase -> System.Web.UI.WebControls.WebParts.EditorPartChrome
Public Sub New (zone As EditorZoneBase)

Parameters

zone
EditorZoneBase

The associated EditorZoneBase.

Exceptions

The EditorZoneBase that zone refers to is null.

Remarks

The EditorPartChrome constructor initializes a new instance of the EditorPartChrome class. It is used primarily by an EditorZoneBase zone in its CreateEditorPartChrome method to create an instance of the EditorPartChrome object that handles the chrome rendering and any custom rendering for EditorPart controls in the zone.

Applies to