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 パラメーターで指定されたTreeNodeStyle オブジェクトを使用して、StateBag クラスの新しいインスタンスを作成および初期化するには、bag コンストラクターを使用します。

こちらもご覧ください

適用対象