Menu.ToolTip property

Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Property ToolTip As String
    Get
    Set
'Usage
Dim instance As Menu
Dim value As String

value = instance.ToolTip

instance.ToolTip = value
public override string ToolTip { get; set; }

Property value

Type: System.String

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace