NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableItemStyle Constructor (StateBag)

Creates a new instance of a TableItemStyle object.

[Visual Basic]
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
[To be supplied.]

See Also

TableItemStyle Class | TableItemStyle Members | System.Web.UI.WebControls Namespace | TableItemStyle Constructor Overload List