Idioma

TreeNodeStyle Construtores

Definição

Inicializa uma nova instância da TreeNodeStyle classe.

Sobrecargas

Nome Descrição
TreeNodeStyle()

Inicializa uma nova instância da TreeNodeStyle classe.

TreeNodeStyle(StateBag)

Inicializa uma nova instância da TreeNodeStyle classe com a informação do objeto especificada StateBag .

TreeNodeStyle()

Inicializa uma nova instância da TreeNodeStyle classe.

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

Consulte também

Aplica-se a

TreeNodeStyle(StateBag)

Inicializa uma nova instância da TreeNodeStyle classe com a informação do objeto especificada 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)

Parâmetros

bag
StateBag

A StateBag que armazena a informação de estilo.

Observações

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

Consulte também

Aplica-se a