PanelStyle(StateBag) Konstruktor

Definition

Initierar en ny instans av PanelStyle klassen.

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)

Parametrar

bag
StateBag

Ett StateBag objekt som representerar tillståndspåsen där formatinformation ska lagras.

Gäller för

Se även