EditorPartChrome(EditorZoneBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.