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

[To be supplied.]

Overload List

Creates a new instance of a TableItemStyle object.

[Visual Basic] Overloads Public Sub New()
[C#] public TableItemStyle();
[C++] public: TableItemStyle();
[JScript] public function TableItemStyle();

Creates a new instance of a TableItemStyle object.

[Visual Basic] Overloads Public Sub New(StateBag)
[C#] public TableItemStyle(StateBag);
[C++] public: TableItemStyle(StateBag*);
[JScript] public function TableItemStyle(StateBag);

See Also

TableItemStyle Class | TableItemStyle Members | System.Web.UI.WebControls Namespace