TreeNodeStyle Constructor (StateBag)

 

Initializes a new instance of the TreeNodeStyle class with the specified StateBag object information.

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

Public Sub New (
	bag As StateBag
)

Parameters

bag
Type: System.Web.UI.StateBag

A StateBag that stores the style information.

Use the TreeNodeStyle constructor to create and initialize a new instance of the TreeNodeStyle class by using the StateBag object that is specified by the bag parameter.

.NET Framework
Available since 2.0
Return to top
Show: