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 对象,表示要在其中存储样式信息的状态包。

适用于

另请参阅