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

静的メニューの中のメニュー項目のスタイルを表す MenuItemStyle への参照。

静的メニューの中のメニュー項目の外観を制御するには、StaticMenuItemStyle プロパティを使用します。このプロパティは読み取り専用です。ただし、このプロパティが返す MenuItemStyle オブジェクトのプロパティを設定することはできます。このプロパティは、Property-Subproperty の形式で、宣言によって設定できます。Subproperty には、MenuItemStyle オブジェクトのプロパティを指定します (例 : StaticMenuItemStyle-ForeColor)。Property.Subproperty の形式で、プロパティをプログラムによって設定することもできます (例 : StaticMenuItemStyle.ForeColor)。

StaticMenuItemStyle プロパティを使用して、静的メニューの中のメニュー項目の背景色を明るい空色に指定する方法のコード例を次に示します。
<%@ Page Language="VB" %> <html> <body> <form runat="server"> <h3>Menu StaticMenuItemStyle Example</h3> <asp:menu id="NavigationMenu" staticdisplaylevels="2" staticsubmenuindent="10" orientation="Vertical" target="_blank" runat="server"> <staticmenuitemstyle backcolor="LightSkyBlue" forecolor="Black" borderstyle="Solid" borderwidth="1" bordercolor="Black"/> <items> <asp:menuitem navigateurl="Home.aspx" text="Home" tooltip="Home"> <asp:menuitem navigateurl="Music.aspx" text="Music" tooltip="Music"> <asp:menuitem navigateurl="Classical.aspx" text="Classical" tooltip="Classical"/> <asp:menuitem navigateurl="Rock.aspx" text="Rock" tooltip="Rock"/> <asp:menuitem navigateurl="Jazz.aspx" text="Jazz" tooltip="Jazz"/> </asp:menuitem> <asp:menuitem navigateurl="Movies.aspx" text="Movies" tooltip="Movies"> <asp:menuitem navigateurl="Action.aspx" text="Action" tooltip="Action"/> <asp:menuitem navigateurl="Drama.aspx" text="Drama" tooltip="Drama"/> <asp:menuitem navigateurl="Musical.aspx" text="Musical" tooltip="Musical"/> </asp:menuitem> </asp:menuitem> </items> </asp:menu> </form> </body> </html>
<%@ Page Language="C#" %> <html> <body> <form runat="server"> <h3>Menu StaticMenuItemStyle Example</h3> <asp:menu id="NavigationMenu" staticdisplaylevels="2" staticsubmenuindent="10" orientation="Vertical" target="_blank" runat="server"> <staticmenuitemstyle backcolor="LightSkyBlue" forecolor="Black" borderstyle="Solid" borderwidth="1" bordercolor="Black"/> <items> <asp:menuitem navigateurl="Home.aspx" text="Home" tooltip="Home"> <asp:menuitem navigateurl="Music.aspx" text="Music" tooltip="Music"> <asp:menuitem navigateurl="Classical.aspx" text="Classical" tooltip="Classical"/> <asp:menuitem navigateurl="Rock.aspx" text="Rock" tooltip="Rock"/> <asp:menuitem navigateurl="Jazz.aspx" text="Jazz" tooltip="Jazz"/> </asp:menuitem> <asp:menuitem navigateurl="Movies.aspx" text="Movies" tooltip="Movies"> <asp:menuitem navigateurl="Action.aspx" text="Action" tooltip="Action"/> <asp:menuitem navigateurl="Drama.aspx" text="Drama" tooltip="Drama"/> <asp:menuitem navigateurl="Musical.aspx" text="Musical" tooltip="Musical"/> </asp:menuitem> </asp:menuitem> </items> </asp:menu> </form> </body> </html>

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


Menu クラス
Menu メンバ
System.Web.UI.WebControls 名前空間
Menu.DynamicHoverStyle プロパティ
Menu.DynamicMenuItemStyle プロパティ
Menu.DynamicMenuStyle プロパティ
Menu.DynamicSelectedStyle プロパティ
Menu.LevelMenuItemStyles プロパティ
Menu.LevelSelectedStyles プロパティ
Menu.LevelSubMenuStyles プロパティ
Menu.StaticHoverStyle プロパティ
StaticMenuStyle
StaticSelectedStyle
Weblioに収録されているすべての辞書からMenu.StaticMenuItemStyle プロパティを検索する場合は、下記のリンクをクリックしてください。

- Menu.StaticMenuItemStyle プロパティのページへのリンク