Suggérer une traduction
 
Suggestions d'autres utilisateurs :

progress indicator
Aucune autre suggestion.
Cliquez pour évaluer et commenter
MSDN
MSDN Library
Développement .NET
.NET Framework 4
Espaces de noms System.Web
System.Web.UI.WebControls
SubMenuStyleCollection, classe
Réduire tout/Développer tout Réduire tout
Affichage du contenu :  côte à côteAffichage du contenu : côte à côte
.NET Framework Class Library
SubMenuStyleCollection Class

Represents a collection of SubMenuStyle objects in a Menu control.

System..::.Object
  System.Web.UI..::.StateManagedCollection
    System.Web.UI.WebControls..::.SubMenuStyleCollection

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Visual Basic
Public Class SubMenuStyleCollection _
    Inherits StateManagedCollection
C#
public class SubMenuStyleCollection : StateManagedCollection
Visual C++
public ref class SubMenuStyleCollection : public StateManagedCollection
F#
type SubMenuStyleCollection =  
    class
        inherit StateManagedCollection
    end

The SubMenuStyleCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public propertyItemGets a reference to the SubMenuStyle object at the specified index in the SubMenuStyleCollection collection object.
Top
  NameDescription
Public methodAddAdds a submenu style to the SubMenuStyleCollection collection.
Public methodClearRemoves all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public methodContainsDetermines whether a SubMenuStyleCollection collection contains a specific SubMenuStyle instance.
Public methodCopyTo(Array, Int32)Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.)
Public methodCopyTo(array<SubMenuStyle>[]()[], Int32)Copies the contents of a SubMenuStyleCollection collection to an array, starting at a specified array index.
Protected methodCreateKnownTypeCreates an System..::.Object of the data type that corresponds to the specified index. (Overrides StateManagedCollection..::.CreateKnownType(Int32).)
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetEnumeratorReturns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Protected methodGetKnownTypesCreates an array of System..::.Type objects that contains the supported data types of the SubMenuStyleCollection class. (Overrides StateManagedCollection..::.GetKnownTypes()()().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIndexOfDetermines the location of a specified SubMenuStyle object in the SubMenuStyleCollection collection.
Public methodInsertInserts a SubMenuStyle object into the SubMenuStyleCollection collection at the specified index.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnClearWhen overridden in a derived class, performs additional work before the Clear method removes all items from the collection. (Inherited from StateManagedCollection.)
Protected methodOnClearCompleteWhen overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. (Inherited from StateManagedCollection.)
Protected methodOnInsertCalled before the Add and Insert methods. (Overrides StateManagedCollection..::.OnInsert(Int32, Object).)
Protected methodOnInsertCompleteWhen overridden in a derived class, performs additional work after the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.)
Protected methodOnRemoveWhen overridden in a derived class, performs additional work before the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.)
Protected methodOnRemoveCompleteWhen overridden in a derived class, performs additional work after the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.)
Protected methodOnValidateWhen overridden in a derived class, validates an element of the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public methodRemoveRemoves the first occurrence of the specified SubMenuStyle object from the SubMenuStyleCollection collection.
Public methodRemoveAtRemoves the SubMenuStyle object at the specified location.
Public methodSetDirtyForces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.)
Protected methodSetDirtyObjectInstructs a SubMenuStyle object contained by the SubMenuStyleCollection collection to record its entire state to view state. (Overrides StateManagedCollection..::.SetDirtyObject(Object).)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate propertyICollection..::.CountInfrastructure. Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyICollection..::.IsSynchronizedInfrastructure. Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyICollection..::.SyncRootInfrastructure. Gets an object that can be used to synchronize access to the StateManagedCollection collection. This method returns nullNothingnullptra null reference (Nothing in Visual Basic) in all cases. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIEnumerable..::.GetEnumeratorInfrastructure. Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.AddAdds an item to the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.ClearInfrastructure. Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.ContainsDetermines whether the StateManagedCollection collection contains a specific value. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.IndexOfDetermines the index of a specified item in the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.InsertInserts an item into the StateManagedCollection collection at the specified index. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyIList..::.IsFixedSizeInfrastructure. Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyIList..::.IsReadOnlyInfrastructure. Gets a value indicating whether the StateManagedCollection collection is read-only. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyIList..::.ItemInfrastructure. Gets the IStateManager element at the specified index. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.RemoveRemoves the first occurrence of the specified object from the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIList..::.RemoveAtRemoves the IStateManager element at the specified index. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate propertyIStateManager..::.IsTrackingViewStateGets a value indicating whether the StateManagedCollection collection is saving changes to its view state. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::.LoadViewStateRestores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::.SaveViewStateSaves the changes to the StateManagedCollection collection and each IStateManager object it contains since the time the page was posted back to the server. (Inherited from StateManagedCollection.)
Explicit interface implemetationPrivate methodIStateManager..::.TrackViewStateCauses the StateManagedCollection collection and each of the IStateManager objects it contains to track changes to their view state so they can be persisted across requests for the same page. (Inherited from StateManagedCollection.)
Top

The SubMenuStyleCollection class is used to store and manage a collection of SubMenuStyle objects in a Menu control. The Menu control uses the SubMenuStyleCollection class as the underlying data type of the LevelSubMenuStyles property.

The LevelSubMenuStyles property provides additional style choices in addition to the StaticMenuStyle and DynamicMenuStyle properties. The first style in the SubMenuStyleCollection collection corresponds to the submenu style for the first level of the menu. The second style in the collection corresponds to the submenu style for the second level of the menu, and so on. The LevelSubMenuStyles property is most often used to generate a navigation menu, like a Web site map, where menu items at a certain level should have the same appearance, regardless of whether they have submenus.

The SubMenuStyleCollection class inherits most of its members from the StateManagedCollection class. For more information on the inherited members, see the StateManagedCollection collection.

The following example demonstrates how to use the SubMenuStyleCollection class to specify the style settings for the submenus in a Menu control based on the submenu's level. In this example, the LevelSubMenuStyles property returns a SubMenuStyleCollection object.

Visual Basic

<%@ Page Language="VB" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  >
  <head runat="server">
    <title>Menu LevelSubMenuStyles</title>
</head>
<body>
    <form id="form1" runat="server">

      <h3>Menu LevelSubMenuStyles</h3>

      <asp:menu id="NavigationMenu"
        staticdisplaylevels="3"
        staticsubmenuindent="10" 
        orientation="Vertical"
        target="_blank"  
        runat="server">

        <levelsubmenustyles>
          <asp:submenustyle backcolor="LightSteelBlue"
            forecolor="Black"/>
          <asp:submenustyle backcolor="SkyBlue"
            forecolor="Gray"/>          
        </levelsubmenustyles>  

        <items>
          <asp:menuitem text="Home"
            tooltip="Home">
            <asp:menuitem text="Music"
              tooltip="Music">
              <asp:menuitem text="Classical"
                tooltip="Classical"/>
              <asp:menuitem text="Rock"
                tooltip="Rock"/>
              <asp:menuitem text="Jazz"
                tooltip="Jazz"/>
            </asp:menuitem>
            <asp:menuitem text="Movies"
              tooltip="Movies">
              <asp:menuitem text="Action"
                tooltip="Action"/>
              <asp:menuitem text="Drama"
                tooltip="Drama"/>
              <asp:menuitem text="Musical"
                tooltip="Musical"/>
            </asp:menuitem>
          </asp:menuitem>
        </items>

      </asp:menu>

    </form>
  </body>
</html>

C#

<%@ Page Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  >
  <head runat="server">
    <title>Menu LevelSubMenuStyles</title>
</head>
<body>
    <form id="form1" runat="server">

      <h3>Menu LevelSubMenuStyles</h3>

      <asp:menu id="NavigationMenu"
        staticdisplaylevels="3"
        staticsubmenuindent="10" 
        orientation="Vertical"
        target="_blank"  
        runat="server">

        <levelsubmenustyles>
          <asp:submenustyle backcolor="LightSteelBlue"
            forecolor="Black"/>
          <asp:submenustyle backcolor="SkyBlue"
            forecolor="Gray"/>          
        </levelsubmenustyles>  

        <items>
          <asp:menuitem text="Home"
            tooltip="Home">
            <asp:menuitem text="Music"
              tooltip="Music">
              <asp:menuitem text="Classical"
                tooltip="Classical"/>
              <asp:menuitem text="Rock"
                tooltip="Rock"/>
              <asp:menuitem text="Jazz"
                tooltip="Jazz"/>
            </asp:menuitem>
            <asp:menuitem text="Movies"
              tooltip="Movies">
              <asp:menuitem text="Action"
                tooltip="Action"/>
              <asp:menuitem text="Drama"
                tooltip="Drama"/>
              <asp:menuitem text="Musical"
                tooltip="Musical"/>
            </asp:menuitem>
          </asp:menuitem>
        </items>

      </asp:menu>

    </form>
  </body>
</html>

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Bibliothèque de classes .NET Framework
SubMenuStyleCollection, classe

Représente une collection d'objets SubMenuStyle dans un contrôle Menu.

System..::.Object
  System.Web.UI..::.StateManagedCollection
    System.Web.UI.WebControls..::.SubMenuStyleCollection

Espace de noms :  System.Web.UI.WebControls
Assembly :  System.Web (dans System.Web.dll)
Visual Basic
Public Class SubMenuStyleCollection _
    Inherits StateManagedCollection
C#
public class SubMenuStyleCollection : StateManagedCollection
VisualC++
public ref class SubMenuStyleCollection : public StateManagedCollection
F#
type SubMenuStyleCollection =  
    class
        inherit StateManagedCollection
    end

Le type SubMenuStyleCollection expose les membres suivants.

  NomDescription
Propriété publiqueCountObtient le nombre d'éléments contenus dans la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Propriété publiqueItemObtient une référence à l'objet SubMenuStyle situé à l'index spécifié dans l'objet de collection SubMenuStyleCollection.
Début
  NomDescription
Méthode publiqueAddAjoute un style de sous-menu à la collection SubMenuStyleCollection.
Méthode publiqueClearSupprime tous les éléments de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Méthode publiqueContainsDétermine si une collection SubMenuStyleCollection contient une instance de SubMenuStyle spécifique.
Méthode publiqueCopyTo(Array, Int32)Copie les éléments de la collection StateManagedCollection dans un tableau, en commençant au niveau d'un index de tableau particulier. (Hérité de StateManagedCollection.)
Méthode publiqueCopyTo(array<SubMenuStyle>[]()[], Int32)Copie le contenu d'une collection SubMenuStyleCollection dans un tableau, en commençant à un index de tableau spécifié.
Méthode protégéeCreateKnownTypeCrée un System..::.Object du type de données qui correspond à l'index spécifié. (Substitue StateManagedCollection..::.CreateKnownType(Int32).)
Méthode publiqueEquals(Object)Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.)
Méthode protégéeFinalizeAutorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de netto***ge avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publiqueGetEnumeratorRetourne un itérateur qui itère au sein de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Méthode publiqueGetHashCodeSert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode protégéeGetKnownTypesCrée un tableau d'objets System..::.Type qui contient les types de données pris en charge de la classe SubMenuStyleCollection. (Substitue StateManagedCollection..::.GetKnownTypes()()().)
Méthode publiqueGetTypeObtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publiqueIndexOfDétermine l'emplacement d'un objet SubMenuStyle spécifié dans la collection SubMenuStyleCollection.
Méthode publiqueInsertInsère un objet SubMenuStyle dans la collection SubMenuStyleCollection à l'index spécifié.
Méthode protégéeMemberwiseCloneCrée une copie superficielle de l'objet Object actif. (Hérité de Object.)
Méthode protégéeOnClearEn cas de substitution dans une classe dérivée, exécute une tâche supplémentaire avant que la méthode Clear supprime tous les éléments de la collection. (Hérité de StateManagedCollection.)
Méthode protégéeOnClearCompleteEn cas de substitution dans une classe dérivée, exécute une tâche supplémentaire une fois tous les éléments de la collection supprimés par la méthode Clear. (Hérité de StateManagedCollection.)
Méthode protégéeOnInsertAppelé avant les méthodes Add et Insert. (Substitue StateManagedCollection..::.OnInsert(Int32, Object).)
Méthode protégéeOnInsertCompleteEn cas de substitution dans une classe dérivée, exécute une tâche supplémentaire après que la méthode Insert(Int32, Object) ou Add(Object) a ajouté un élément à la collection. (Hérité de StateManagedCollection.)
Méthode protégéeOnRemoveEn cas de substitution dans une classe dérivée, exécute toute tâche supplémentaire avant que la méthode Remove(Object) ou RemoveAt(Int32) supprime l'élément spécifié de la collection. (Hérité de StateManagedCollection.)
Méthode protégéeOnRemoveCompleteEn cas de substitution dans une classe dérivée, exécute toute tâche supplémentaire après que la méthode Remove(Object) ou RemoveAt(Int32) a supprimé l'élément spécifié de la collection. (Hérité de StateManagedCollection.)
Méthode protégéeOnValidateEn cas de substitution dans une classe dérivée, valide un élément de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Méthode publiqueRemoveSupprime de la collection SubMenuStyleCollection la première occurrence de l'objet SubMenuStyle spécifié.
Méthode publiqueRemoveAtSupprime l'objet SubMenuStyle à l'emplacement spécifié.
Méthode publiqueSetDirtyForce la sérialisation de l'intégralité de la collection StateManagedCollection dans l'état d'affichage. (Hérité de StateManagedCollection.)
Méthode protégéeSetDirtyObjectInstruit un objet SubMenuStyle contenu par la collection SubMenuStyleCollection pour enregistrer son état entier à l'état d'affichage. (Substitue StateManagedCollection..::.SetDirtyObject(Object).)
Méthode publiqueToStringRetourne une chaîne qui représente l'objet actuel. (Hérité de Object.)
Début
  NomDescription
Implémentation d'interface explicitePropriété privéeICollection..::.CountInfrastructure. Obtient le nombre d'éléments contenus dans la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeICollection..::.IsSynchronizedInfrastructure. Obtient une valeur indiquant si la collection StateManagedCollection est synchronisée (thread-safe). Cette méthode retourne false dans tous les cas. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeICollection..::.SyncRootInfrastructure. Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection StateManagedCollection. Cette méthode retourne nullNothingnullptrune référence null (Nothing en Visual Basic) dans tous les cas. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIEnumerable..::.GetEnumeratorInfrastructure. Retourne un itérateur qui itère au sein de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.AddAjoute un élément à la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.ClearInfrastructure. Supprime tous les éléments de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.ContainsDétermine si la collection StateManagedCollection contient une valeur spécifique. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.IndexOfDétermine l'index d'un élément spécifié de la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.InsertInsère un élément dans la collection StateManagedCollection à l'index spécifié. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeIList..::.IsFixedSizeInfrastructure. Obtient une valeur indiquant si la collection StateManagedCollection est de taille fixe. Cette méthode retourne false dans tous les cas. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeIList..::.IsReadOnlyInfrastructure. Obtient une valeur indiquant si la collection StateManagedCollection est en lecture seule. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeIList..::.ItemInfrastructure. Obtient l'élément IStateManager à l'index spécifié. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.RemoveSupprime la première occurrence de l'objet spécifié dans la collection StateManagedCollection. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIList..::.RemoveAtSupprime l'élément IStateManager au niveau de l'index spécifié. (Hérité de StateManagedCollection.)
Implémentation d'interface explicitePropriété privéeIStateManager..::.IsTrackingViewStateObtient une valeur indiquant si la collection StateManagedCollection enregistre les modifications apportées à son état d'affichage. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIStateManager..::.LoadViewStateRestaure l'état d'affichage précédemment enregistré de la collection StateManagedCollection et les éléments IStateManager qu'elle contient. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIStateManager..::.SaveViewStateEnregistre les modifications apportées à la collection StateManagedCollection et à chaque objet IStateManager qu'elle contient, depuis la publication de la page sur le serveur. (Hérité de StateManagedCollection.)
Implémentation d'interface expliciteMéthode privéeIStateManager..::.TrackViewStateCommande à la collection StateManagedCollection et à chacun des objets IStateManager qu'elle contient de procéder au suivi des modifications apportées à leur état d'affichage afin qu'ils puissent être rendus persistants au fil des requêtes d'une même page. (Hérité de StateManagedCollection.)
Début

La classe SubMenuStyleCollection est utilisée pour stocker et gérer une collection d'objets SubMenuStyle dans un contrôle Menu. Le contrôle Menu utilise la classe SubMenuStyleCollection comme type de données sous-jacent de la propriété LevelSubMenuStyles.

La propriété LevelSubMenuStyles fournit des choix de style supplémentaires en plus des propriétés StaticMenuStyle et DynamicMenuStyle. Le premier style de la collection SubMenuStyleCollection correspond au style de sous-menu du premier niveau du menu. Le deuxième style de la collection correspond au style de sous-menu du deuxième niveau du menu, et ainsi de suite. La propriété LevelSubMenuStyles est le plus souvent utilisée pour générer un menu de navigation, par exemple un plan de site Web, où les éléments de menu, à un certain niveau, doivent avoir la même apparence, qu'ils aient ou non des sous-menus.

La classe SubMenuStyleCollection hérite la plupart de ses membres de la classe StateManagedCollection. Pour plus d'informations sur les membres hérités, consultez la collection StateManagedCollection.

L'exemple suivant montre comment utiliser la classe SubMenuStyleCollection pour spécifier les paramètres de style des sous-menus dans un contrôle Menu en fonction du niveau du sous-menu. Dans cet exemple, la propriété LevelSubMenuStyles retourne un objet SubMenuStyleCollection.

Visual Basic

<%@ Page Language="VB" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  >
  <head runat="server">
    <title>Menu LevelSubMenuStyles</title>
</head>
<body>
    <form id="form1" runat="server">

      <h3>Menu LevelSubMenuStyles</h3>

      <asp:menu id="NavigationMenu"
        staticdisplaylevels="3"
        staticsubmenuindent="10" 
        orientation="Vertical"
        target="_blank"  
        runat="server">

        <levelsubmenustyles>
          <asp:submenustyle backcolor="LightSteelBlue"
            forecolor="Black"/>
          <asp:submenustyle backcolor="SkyBlue"
            forecolor="Gray"/>          
        </levelsubmenustyles>  

        <items>
          <asp:menuitem text="Home"
            tooltip="Home">
            <asp:menuitem text="Music"
              tooltip="Music">
              <asp:menuitem text="Classical"
                tooltip="Classical"/>
              <asp:menuitem text="Rock"
                tooltip="Rock"/>
              <asp:menuitem text="Jazz"
                tooltip="Jazz"/>
            </asp:menuitem>
            <asp:menuitem text="Movies"
              tooltip="Movies">
              <asp:menuitem text="Action"
                tooltip="Action"/>
              <asp:menuitem text="Drama"
                tooltip="Drama"/>
              <asp:menuitem text="Musical"
                tooltip="Musical"/>
            </asp:menuitem>
          </asp:menuitem>
        </items>

      </asp:menu>

    </form>
  </body>
</html>

C#

<%@ Page Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  >
  <head runat="server">
    <title>Menu LevelSubMenuStyles</title>
</head>
<body>
    <form id="form1" runat="server">

      <h3>Menu LevelSubMenuStyles</h3>

      <asp:menu id="NavigationMenu"
        staticdisplaylevels="3"
        staticsubmenuindent="10" 
        orientation="Vertical"
        target="_blank"  
        runat="server">

        <levelsubmenustyles>
          <asp:submenustyle backcolor="LightSteelBlue"
            forecolor="Black"/>
          <asp:submenustyle backcolor="SkyBlue"
            forecolor="Gray"/>          
        </levelsubmenustyles>  

        <items>
          <asp:menuitem text="Home"
            tooltip="Home">
            <asp:menuitem text="Music"
              tooltip="Music">
              <asp:menuitem text="Classical"
                tooltip="Classical"/>
              <asp:menuitem text="Rock"
                tooltip="Rock"/>
              <asp:menuitem text="Jazz"
                tooltip="Jazz"/>
            </asp:menuitem>
            <asp:menuitem text="Movies"
              tooltip="Movies">
              <asp:menuitem text="Action"
                tooltip="Action"/>
              <asp:menuitem text="Drama"
                tooltip="Drama"/>
              <asp:menuitem text="Musical"
                tooltip="Musical"/>
            </asp:menuitem>
          </asp:menuitem>
        </items>

      </asp:menu>

    </form>
  </body>
</html>

.NET Framework

Pris en charge dans : 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2

Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Contenu de la communauté   Qu'est-ce que le Contenu de la communauté ?
Ajouter du contenu RSS  Annotations
Processing
© 2012 Microsoft. Tous droits réservés. Conditions d'utilisation | Marques | Confidentialité
Page view tracker