PanelStyle(StateBag) 建構函式

定義

初始化 PanelStyle 類別的新執行個體。

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)

參數

bag
StateBag

StateBag 物件,表示儲存樣式資訊的狀態包。

適用於

另請參閱