SubMenuStyle Constructor (StateBag)

 

Initializes a new instance of the SubMenuStyle class with the specified view-state information.

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

public SubMenuStyle(
	StateBag bag
)

Parameters

bag
Type: System.Web.UI.StateBag

The view-state information of the current request.

Use this constructor to create a new SubMenuStyle object with the information contained in the request's view state.

.NET Framework
Available since 2.0
Return to top
Show: