asp.net.ph

TableItemStyle Constructor ( StateBag )

System.Web.UI.WebControls Namespace   TableItemStyle Class


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

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

[ C# ]
public TableItemStyle (
   StateBag bag
);

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

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

Parameters

bag
A StateBag object in which to store style information.

Remarks

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

See Also

TableItemStyle Members   TableItemStyle Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph