Gets or sets text or caption of associated system window.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property Text As String
C#
public string Text { get; set; }
Visual C++
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_text();
function set_text(value);

See Also