This property is not applicable to C1NavigationListItem.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override string ToolTip { get; set; }
Visual Basic
Public Overrides Property ToolTip As String
	Get
	Set

Field Value

Return Value

The text displayed when the mouse pointer hovers over the Web server control. The default is Empty.

See Also