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!

Label Constructor

[To be supplied.]

Overload List

Creates a new Label

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

Creates a new Label represented by a tag other than SPAN.

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

See Also

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