TreeNodeStyle Construtores

Definição

Inicializa uma nova instância da classe TreeNodeStyle.Initializes a new instance of the TreeNodeStyle class.

Sobrecargas

TreeNodeStyle()

Inicializa uma nova instância da classe TreeNodeStyle.Initializes a new instance of the TreeNodeStyle class.

TreeNodeStyle(StateBag)

Inicializa uma nova instância da classe TreeNodeStyle com as informações do objeto StateBag especificado.Initializes a new instance of the TreeNodeStyle class with the specified StateBag object information.

TreeNodeStyle()

Inicializa uma nova instância da classe TreeNodeStyle.Initializes a new instance of the TreeNodeStyle class.

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.Initializes a new instance of the TreeNodeStyle class with the specified StateBag object information.

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.A StateBag that stores the style information.

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.Use the TreeNodeStyle constructor to create and initialize a new instance of the TreeNodeStyle class by using the StateBag object that is specified by the bag parameter.

Confira também

Aplica-se a