LinkLabel::Link::Description Property

 

Gets or sets a text description of the link.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String representing a text description of the link.

.NET Framework
Available since 2.0
Return to top
Show: