Gets or sets the text to appear as the header of a line in a tooltip

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Property HeaderText As String
	Get
	Set
C#
public string HeaderText { get; set; }
Visual C++
public:
property String^ HeaderText {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_headerText();
function set_headerText(value);

See Also