SPMenuField.ToolTipFields property

Gets or sets a comma separated list of field names to be used in the [ToolTip] property of the underlying [Menu] control.

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

Syntax

'Declaration
Public Property ToolTipFields As String
    Get
    Set
'Usage
Dim instance As SPMenuField
Dim value As String

value = instance.ToolTipFields

instance.ToolTipFields = value
public string ToolTipFields { get; set; }

Property value

Type: System.String
A string value specifying the list of field names.

See also

Reference

SPMenuField class

SPMenuField members

Microsoft.SharePoint.WebControls namespace