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 控件的 chrome 元素,包含其样式属性的 EditorPart

属性

注解

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

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

适用于

另请参阅