EditorZoneBase.EditorPartChrome 属性

定义

获取对 EditorPartChrome 类的实例的引用,该类与 EditorZoneBase 区域关联。

public:
 property System::Web::UI::WebControls::WebParts::EditorPartChrome ^ EditorPartChrome { System::Web::UI::WebControls::WebParts::EditorPartChrome ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.EditorPartChrome EditorPartChrome { get; }
[<System.ComponentModel.Browsable(false)>]
member this.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorPartChrome
Public ReadOnly Property EditorPartChrome As EditorPartChrome

属性值

EditorPartChrome

对于某个区域中 EditorPartChrome 控件的 chrome 元素,包含其样式属性的 EditorPart

属性

注解

EditorPartChrome 属性提供对 EditorPartChrome 与区域关联的对象的引用。 CreateEditorPartChrome调用该方法时,它会创建类的EditorPartChrome实例,并且此实例用于呈现外围用户界面 (UI) 元素, (也称为区域中的所有EditorPart控件的 chrome) 。

单个 EditorPart 控件的 Chrome 元素在其标题区域中包括其边框和其他项,例如谓词、图标和标题文本,以及其页脚区域及其包含的元素。

适用于

另请参阅