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:
TreeNodeStyle(
	StateBag^ bag
)

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: