SPMenuField.ToolTipFormat property

Gets or sets the format string to be used when setting the [ToolTip] property of the underlying [Menu] control.

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

Syntax

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

value = instance.ToolTipFormat

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

Property value

Type: System.String
A string value specifying the format string.

See also

Reference

SPMenuField class

SPMenuField members

Microsoft.SharePoint.WebControls namespace