WebPartMenuStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WebPartMenuStyle class.
Overloads
WebPartMenuStyle() |
Initializes a new instance of the WebPartMenuStyle class using default style values. |
WebPartMenuStyle(StateBag) |
Initializes a new instance of the WebPartMenuStyle class using style values from the specified state bag object. |
WebPartMenuStyle()
Initializes a new instance of the WebPartMenuStyle class using default style values.
public:
WebPartMenuStyle();
public WebPartMenuStyle ();
Public Sub New ()
Applies to
WebPartMenuStyle(StateBag)
Initializes a new instance of the WebPartMenuStyle class using style values from the specified state bag object.
public:
WebPartMenuStyle(System::Web::UI::StateBag ^ bag);
public WebPartMenuStyle (System.Web.UI.StateBag bag);
new System.Web.UI.WebControls.WebParts.WebPartMenuStyle : System.Web.UI.StateBag -> System.Web.UI.WebControls.WebParts.WebPartMenuStyle
Public Sub New (bag As StateBag)