EditorZoneBase::WebPartToEdit Property
.NET Framework (current version)
Gets a reference to the WebPart control that is currently being edited.
Assembly: System.Web (in System.Web.dll)
Only one WebPart control can be edited at a time, and when a control is in edit mode, the WebPartToEdit property provides a reference to that control. The control referenced is the same as the control that is referenced by the SelectedWebPart property. Therefore, a control that is currently being edited is always currently selected.
Notes to Inheritors:
The protected WebPartToEdit property is accessible only in derived classes, which can call this property on the base EditorZoneBase class to get an object reference to the current control being edited.
.NET Framework
Available since 2.0
Available since 2.0
Show: