EditorPartChrome.Zone Property
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.
Gets a reference to the associated EditorZoneBase zone.
protected:
property System::Web::UI::WebControls::WebParts::EditorZoneBase ^ Zone { System::Web::UI::WebControls::WebParts::EditorZoneBase ^ get(); };
protected System.Web.UI.WebControls.WebParts.EditorZoneBase Zone { get; }
member this.Zone : System.Web.UI.WebControls.WebParts.EditorZoneBase
Protected ReadOnly Property Zone As EditorZoneBase
Property Value
A reference to an EditorZoneBase that is associated with the EditorPartChrome.
Remarks
The Zone property provides a reference to the EditorZoneBase zone that contains the controls for which the EditorPartChrome object provides rendering.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.