Gets or sets the text to display for this page.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public override string Text { get; set; }
Visual Basic
Public Overrides Property Text As String
	Get
	Set
Visual C++
public:
virtual property String^ Text {
	String^ get () override;
	void set (String^ value) override;
}
F#
abstract Text : string with get, set
override Text : string with get, set

Property Value

Type: String

See Also