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!

TableStyle Constructor (StateBag)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal bag As StateBag _
)
[C#]
public TableStyle(
   StateBag bag
);
[C++]
public: TableStyle(
   StateBag* bag
);
[JScript]
public function TableStyle(
   bag : StateBag
);

Parameters

bag
[To be supplied.]

See Also

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