PanelStyle(StateBag) Konstruktor

Definice

Inicializuje novou instanci PanelStyle třídy.

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)

Parametry

bag
StateBag

Objekt StateBag , který představuje stavovou tašku, do které se mají ukládat informace o stylu.

Platí pro

Viz také