SubMenuStyle Constructor ()

 

Initializes a new instance of the SubMenuStyle class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
SubMenuStyle()

Use this constructor to create a new instance of the SubMenuStyle class. This constructor is commonly used when dynamically populating the LevelSubMenuStyles collection. It is also used when extending the Menu class to initialize the submenu item style properties, such as DynamicMenuStyle or StaticMenuStyle.

.NET Framework
Available since 2.0
Return to top
Show: