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.Link.Start

[To be supplied.]

[Visual Basic]
Public Property Start As Integer
[C#]
public int Start {get; set;}
[C++]
public: __property int get_Start();
public: __property void set_Start(int);
[JScript]
public function get Start() : int;
public function set Start(int);

See Also

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