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

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

WebPartZoneBase.EditVerb プロパティ

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

エンド ユーザーゾーン内の WebPart コントロール編集できるようにする WebPartVerb オブジェクトへの参照取得します

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

Public Overridable ReadOnly
 Property EditVerb As WebPartVerb
Dim instance As WebPartZoneBase
Dim value As WebPartVerb

value = instance.EditVerb
public virtual WebPartVerb EditVerb { get;
 }
public:
virtual property WebPartVerb^ EditVerb {
    WebPartVerb^ get ();
}
/** @property */
public WebPartVerb get_EditVerb ()
public function get EditVerb
 () : WebPartVerb

プロパティ
エンド ユーザーWebPart コントロール編集できるようにする WebPartVerb

解説解説
使用例使用例

WebPartZone コントロールで、EditVerb プロパティ宣言によって使用するコード例次に示しますプロパティ宣言によってアクセスするには、WebPartZone1 コントロール<EditVerb> 要素使用します。ここで <EditVerb> 要素使用しなくても、edit 動詞は、このコントロール編集モード場合には表示されます。しかし、この要素使用すると、ユーザー インターフェイス (UI) で、edit 動詞を表すテキストなど、いくつかの属性設定できます分離コード ソース ファイルおよびこのコードゾーンを含む .aspx ページなどコード例全体については、WebPartZoneBase クラス概要参照してください

<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.EditVerb プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からWebPartZoneBase.EditVerb プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からWebPartZoneBase.EditVerb プロパティ を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS