TreeNodeStyle 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
備註
使用 建 TreeNodeStyle 構函式,使用 StateBag 參數所 bag
指定的 物件,建立和初始化 類別的新實例 TreeNodeStyle 。