TreeNodeStyle 建構函式

定義

初始化 TreeNodeStyle 類別的新執行個體。

多載

TreeNodeStyle()

初始化 TreeNodeStyle 類別的新執行個體。

TreeNodeStyle(StateBag)

使用指定的 TreeNodeStyle 物件資訊,初始化 StateBag 類別的新執行個體。

TreeNodeStyle()

初始化 TreeNodeStyle 類別的新執行個體。

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

另請參閱

適用於

TreeNodeStyle(StateBag)

使用指定的 TreeNodeStyle 物件資訊,初始化 StateBag 類別的新執行個體。

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)

參數

bag
StateBag

儲存樣式資訊的 StateBag

備註

使用 建 TreeNodeStyle 構函式,使用 StateBag 參數所 bag 指定的 物件,建立和初始化 類別的新實例 TreeNodeStyle

另請參閱

適用於