PanelStyle(StateBag) Constructor

Definition

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)

Parameters

bag
StateBag

A StateBag object that represents the state bag in which to store style information.

Applies to

See also