PanelStyle(StateBag) Construtor

Definição

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

public:
 PanelStyle(System::Web::UI::StateBag ^ bag);
public PanelStyle (System.Web.UI.StateBag bag);
new System.Web.UI.WebControls.PanelStyle : System.Web.UI.StateBag -> System.Web.UI.WebControls.PanelStyle
Public Sub New (bag As StateBag)

Parâmetros

bag
StateBag

Um objeto StateBag que representa o recipiente de estado para armazenar informações de estilo.A StateBag object that represents the state bag in which to store style information.

Aplica-se a

Confira também