用作 Web 部件控件集内的主控件,用于在网页中承载 EditorPart 控件。

<asp:EditorZone
????AccessKey="string"
????ApplyVerb-Checked="True|False"
????ApplyVerb-Description="string"
????ApplyVerb-Enabled="True|False"
????ApplyVerb-ImageUrl="uri"
????ApplyVerb-Text="string"
????ApplyVerb-Visible="True|False"
????BackColor="color name|#dddddd"
????BackImageUrl="uri"
????BorderColor="color name|#dddddd"
????BorderStyle="NotSet|None|Dotted|Dashed|Solid|Double|Groove|Ridge|
                 Inset|Outset"
????BorderWidth="size"
????CancelVerb-Checked="True|False"
????CancelVerb-Description="string"
????CancelVerb-Enabled="True|False"
????CancelVerb-ImageUrl="uri"
????CancelVerb-Text="string"
????CancelVerb-Visible="True|False"
????CssClass="string"
????EmptyZoneText="string"
????Enabled="True|False"
????EnableTheming="True|False"
????EnableViewState="True|False"
????ErrorText="string"
????Font-Bold="True|False"
????Font-Italic="True|False"
????Font-Names="string"
????Font-Overline="True|False"
????Font-Size="string|Smaller|Larger|XX-Small|X-Small|Small|Medium|
               Large|X-Large|XX-Large"
????????Font-Strikeout="True|False"
????Font-Underline="True|False"
????ForeColor="color name|#dddddd"
????HeaderCloseVerb-Checked="True|False"
????HeaderCloseVerb-Description="string"
????HeaderCloseVerb-Enabled="True|False"
????HeaderCloseVerb-ImageUrl="uri"
????HeaderCloseVerb-Text="string"
????HeaderCloseVerb-Visible="True|False"
????HeaderText="string"
????Height="size"
????ID="string"
????InstructionText="string"
????OKVerb-Checked="True|False"
????OKVerb-Description="string"
????OKVerb-Enabled="True|False"
????OKVerb-ImageUrl="uri"
????OKVerb-Text="string"
????OKVerb-Visible="True|False"
????OnDataBinding="DataBinding event handler"
????OnDisposed="Disposed event handler"
????OnInit="Init event handler"
????OnLoad="Load event handler"
????OnPreRender="PreRender event handler"
????OnUnload="Unload event handler"
????Padding="integer"
????PartChromeType="Default|TitleAndBorder|None|TitleOnly|BorderOnly"
????runat="server"
????SkinID="string"
????Style="string"
????TabIndex="integer"
????ToolTip="string"
????VerbButtonType="Button|Image|Link"
????Width="size"
>
????????<EmptyZoneTextStyle />
????????<ErrorStyle />
????????<FooterStyle
????????????BackColor="color name|#dddddd"
????????????BorderColor="color name|#dddddd"
????????????BorderStyle="NotSet|None|Dotted|Dashed|Solid|
                         Double|Groove|Ridge|Inset|Outset"
????????????BorderWidth="size"
????????????CssClass="string"
????????????Font-Bold="True|False"
????????????Font-Italic="True|False"
????????????Font-Names="string"
????????????Font-Overline="True|False"
????????????Font-Size="string|Smaller|Larger|XX-Small|X-Small|
                       Small|Medium|Large|X-Large|XX-Large"
????????????Font-Strikeout="True|False"
????????????Font-Underline="True|False"
????????????ForeColor="color name|#dddddd"
????????????Height="size"
????????????HorizontalAlign="NotSet|Left|Center|Right|Justify"
????????????OnDisposed="Disposed event handler"
????????????VerticalAlign="NotSet|Top|Middle|Bottom"
????????????Width="size"
????????????Wrap="True|False"
????????/>
????????<HeaderStyle
????????????BackColor="color name|#dddddd"
????????????BorderColor="color name|#dddddd"
????????????BorderStyle="NotSet|None|Dotted|Dashed|Solid|
                         Double|Groove|Ridge|Inset|Outset"
????????????BorderWidth="size"
????????????CssClass="string"
????????????Font-Bold="True|False"
????????????Font-Italic="True|False"
????????????Font-Names="string"
????????????Font-Overline="True|False"
????????????Font-Size="string|Smaller|Larger|XX-Small|X-Small|
                       Small|Medium|Large|X-Large|XX-Large"
????????????Font-Strikeout="True|False"
????????????Font-Underline="True|False"
????????????ForeColor="color name|#dddddd"
????????????Height="size"
????????????HorizontalAlign="NotSet|Left|Center|Right|Justify"
????????????OnDisposed="Disposed event handler"
????????????VerticalAlign="NotSet|Top|Middle|Bottom"
????????????Width="size"
????????????Wrap="True|False"
????????/>
????????<PartChromeStyle />
????????<PartStyle
????????????BackColor="color name|#dddddd"
????????????BackImageUrl="uri"
????????????BorderColor="color name|#dddddd"
????????????BorderStyle="NotSet|None|Dotted|Dashed|Solid|
                         Double|Groove|Ridge|Inset|Outset"
????????????BorderWidth="size"
????????????CellPadding="integer"
????????????CellSpacing="integer"
????????????CssClass="string"
????????????Font-Bold="True|False"
????????????Font-Italic="True|False"
????????????Font-Names="string"
????????????Font-Overline="True|False"
????????????Font-Size="string|Smaller|Larger|XX-Small|X-Small|
                       Small|Medium|Large|X-Large|XX-Large"
????????????Font-Strikeout="True|False"
????????????Font-Underline="True|False"
????????????ForeColor="color name|#dddddd"
????????????GridLines="None|Horizontal|Vertical|Both"
????????????Height="size"
????????????HorizontalAlign="NotSet|Left|Center|Right|Justify"
????????????OnDisposed="Disposed event handler"
????????????Width="size"
????????/>
????????<PartTitleStyle
????????????BackColor="color name|#dddddd"
????????????BorderColor="color name|#dddddd"
????????????BorderStyle="NotSet|None|Dotted|Dashed|Solid|
                         Double|Groove|Ridge|Inset|Outset"
????????????BorderWidth="size"
????????????CssClass="string"
????????????Font-Bold="True|False"
????????????Font-Italic="True|False"
????????????Font-Names="string"
????????????Font-Overline="True|False"
????????????Font-Size="string|Smaller|Larger|XX-Small|X-Small|
                       Small|Medium|Large|X-Large|XX-Large"
????????????Font-Strikeout="True|False"
????????????Font-Underline="True|False"
????????????ForeColor="color name|#dddddd"
????????????Height="size"
????????????HorizontalAlign="NotSet|Left|Center|Right|Justify"
????????????OnDisposed="Disposed event handler"
????????????VerticalAlign="NotSet|Top|Middle|Bottom"
????????????Width="size"
????????????Wrap="True|False"
????????/>
????????<VerbStyle />
????????<EditUIStyle />
????????<HeaderCloseVerb
????????????Checked="True|False"
????????????Description="string"
????????????Enabled="True|False"
????????????ImageUrl="uri"
????????????Text="string"
????????????Visible="True|False"
????????/>
????????<HeaderVerbStyle />
????????<InstructionTextStyle />
????????<LabelStyle />
????????<ApplyVerb
????????????Checked="True|False"
????????????Description="string"
????????????Enabled="True|False"
????????????ImageUrl="uri"
????????????Text="string"
????????????Visible="True|False"
????????/>
????????<CancelVerb
????????????Checked="True|False"
????????????Description="string"
????????????Enabled="True|False"
????????????ImageUrl="uri"
????????????Text="string"
????????????Visible="True|False"
????????/>
????????<OKVerb
????????????Checked="True|False"
????????????Description="string"
????????????Enabled="True|False"
????????????ImageUrl="uri"
????????????Text="string"
????????????Visible="True|False"
????????/>
????????<ZoneTemplate>
            <!-- child controls -->
????????</ZoneTemplate>
</asp:EditorZone>

Expand 图像备注

Expand 图像示例

Expand image请参见