TreeNodeStyle Construtores

Definição

Inicializa uma nova instância da classe TreeNodeStyle.

Sobrecargas

TreeNodeStyle()

Inicializa uma nova instância da classe TreeNodeStyle.

TreeNodeStyle(StateBag)

Inicializa uma nova instância da classe TreeNodeStyle com as informações do objeto StateBag especificado.

TreeNodeStyle()

Inicializa uma nova instância da classe TreeNodeStyle.

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

Confira também

Aplica-se a

TreeNodeStyle(StateBag)

Inicializa uma nova instância da classe TreeNodeStyle com as informações do objeto StateBag especificado.

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)

Parâmetros

bag
StateBag

Um StateBag que armazena as informações de estilo.

Comentários

Use o TreeNodeStyle construtor para criar e inicializar uma nova instância da TreeNodeStyle classe usando o StateBag objeto especificado pelo bag parâmetro.

Confira também

Aplica-se a