TreeNodeStyle Constructors

Definition

Initializes a new instance of the TreeNodeStyle class.

Overloads

TreeNodeStyle()

Initializes a new instance of the TreeNodeStyle class.

TreeNodeStyle(StateBag)

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

TreeNodeStyle()

Initializes a new instance of the TreeNodeStyle class.

public:
 TreeNodeStyle();
public TreeNodeStyle ();
Public Sub New ()

See also

Applies to

TreeNodeStyle(StateBag)

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

public:
 TreeNodeStyle(System::Web::UI::StateBag ^ bag);
public TreeNodeStyle (System.Web.UI.StateBag bag);
new System.Web.UI.WebControls.TreeNodeStyle : System.Web.UI.StateBag -> System.Web.UI.WebControls.TreeNodeStyle
Public Sub New (bag As StateBag)

Parameters

bag
StateBag

A StateBag that stores the style information.

Remarks

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.

See also

Applies to