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!

LinkLabel.LinkCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal owner As LinkLabel _
)
[C#]
public LinkLabel.LinkCollection(
   LinkLabel owner
);
[C++]
public: LinkLabel.LinkCollection(
   LinkLabel* owner
);
[JScript]
public function LinkLabel.LinkCollection(
   owner : LinkLabel
);

Parameters

owner
[To be supplied.]

See Also

LinkLabel.LinkCollection Class | LinkLabel.LinkCollection Members | System.WinForms Namespace