WebPartZoneBase.SelectedPartChromeStyle プロパティ
アセンブリ: System.Web (system.web.dll 内)

選択した WebPart コントロールのスタイル情報を含む Style。

SelectedPartChromeStyle プロパティを使用して、Web パーツ ページが編集モードである場合に、ゾーン内の選択した WebPart コントロールのスタイル特性にアクセスできます。

WebPartZone コントロールで、SelectedPartChromeStyle プロパティを宣言によって使用するコード例を次に示します。分離コード ソース ファイルおよびこのコードのゾーンを含む .aspx ページなどコード例全体については、WebPartZoneBase クラスの概要を参照してください。
SelectedPartChromeStyle プロパティは、宣言型マークアップで割り当てる値を持っています。この値は、WebPartZone1 に影響します。ブラウザにページを読み込んだ後、編集モードに切り替えます。いずれかの WebPart コントロールの動詞メニューで、動詞をクリックしてコントロールを編集すると、そのコントロールの背景色が宣言マークアップで代入された色に変更されます。
<asp:WebPartZone ID="WebPartZone1" Runat="server" LayoutOrientation="Vertical" > <EditVerb Text="Edit WebPart" /> <SelectedPartChromeStyle BackColor="LightBlue" /> <ZoneTemplate> <asp:BulletedList ID="BulletedList1" Runat="server" DisplayMode="HyperLink" Title="Favorite Links" > <asp:ListItem Value="http://msdn.microsoft.com"> MSDN </asp:ListItem> <asp:ListItem Value="http://www.asp.net"> ASP.NET </asp:ListItem> <asp:ListItem Value="http://www.msn.com"> MSN </asp:ListItem> </asp:BulletedList> <asp:Calendar ID="Calendar1" Runat="server" Title="My Calendar" /> </ZoneTemplate> </asp:WebPartZone>
<asp:WebPartZone ID="WebPartZone1" Runat="server" LayoutOrientation="Vertical" > <EditVerb Text="Edit WebPart" /> <SelectedPartChromeStyle BackColor="LightBlue" /> <ZoneTemplate> <asp:BulletedList ID="BulletedList1" Runat="server" DisplayMode="HyperLink" Title="Favorite Links" > <asp:ListItem Value="http://msdn.microsoft.com"> MSDN </asp:ListItem> <asp:ListItem Value="http://www.asp.net"> ASP.NET </asp:ListItem> <asp:ListItem Value="http://www.msn.com"> MSN </asp:ListItem> </asp:BulletedList> <asp:Calendar ID="Calendar1" Runat="server" Title="My Calendar" /> </ZoneTemplate> </asp:WebPartZone>

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からWebPartZoneBase.SelectedPartChromeStyle プロパティを検索する場合は、下記のリンクをクリックしてください。

- WebPartZoneBase.SelectedPartChromeStyle プロパティのページへのリンク