使用英语阅读

通过


EditorZoneBase.EditorPartChrome 属性

定义

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

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.EditorPartChrome EditorPartChrome { get; }

属性值

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

属性

注解

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

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

适用于

产品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

另请参阅