TreeNodeStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.