asp.net.ph

Style Constructor ( StateBag )

System.Web.UI.WebControls Namespace   Style Class


Initializes a new instance of the Style class with the specified state bag.

[ VB ]
Overloads Public Sub New ( _
   ByVal bag As StateBag _
)

[ C# ]
public Style (
   StateBag bag
);

[ C++ ]
public: Style (
   StateBag* bag
);

[ JScript ]
public function Style (
   bag : StateBag
);

Parameters

bag
A StateBag object in which to store style information.

Remarks

Use this constructor to initialize a new instance of the Style class using the specified StateBag.

See Also

Style Members   Style Constructor Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note