LinkLabel::Text Property

 

Gets or sets the text displayed by the LinkLabel.

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

public:
property String^ Text {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The text displayed by the LinkLabel.

.NET Framework
Available since 1.1
Return to top
Show: