WebPartZoneBase.SelectedPartChromeStyle プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WebPartZoneBase.SelectedPartChromeStyle プロパティの意味・解説 

WebPartZoneBase.SelectedPartChromeStyle プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

ゾーン内の選択した WebPart コントロール外観スタイル情報取得します

名前空間: System.Web.UI.WebControls.WebParts
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public ReadOnly Property
 SelectedPartChromeStyle As Style
Dim instance As WebPartZoneBase
Dim value As Style

value = instance.SelectedPartChromeStyle
public Style SelectedPartChromeStyle { get;
 }
public:
property Style^ SelectedPartChromeStyle {
    Style^ get ();
}
/** @property */
public Style get_SelectedPartChromeStyle ()
public function get SelectedPartChromeStyle
 () : Style

プロパティ
選択した WebPart コントロールスタイル情報を含む Style

解説解説
使用例使用例

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>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WebPartZoneBase クラス
WebPartZoneBase メンバ
System.Web.UI.WebControls.WebParts 名前空間
その他の技術情報
ASP.NET Web パーツ ページ


このページでは「.NET Framework クラス ライブラリ リファレンス」からWebPartZoneBase.SelectedPartChromeStyle プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からWebPartZoneBase.SelectedPartChromeStyle プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からWebPartZoneBase.SelectedPartChromeStyle プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

WebPartZoneBase.SelectedPartChromeStyle プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



WebPartZoneBase.SelectedPartChromeStyle プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS