Wimark.Controls Class Library  

LinkLabel.Link.LinkData Property

Gets or sets the data associated with the link.

[Visual Basic]
Public Property LinkData As Object 
[C#]
public object LinkData {get; set;}
[C++]
public: __property Object* get_LinkData();
public: __property void set_LinkData(Object*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LinkLabel.Link Class | LinkLabel.Link Members | Wimark.Controls Namespace