Menu.LinkExtraAttributes property

Gets the extra cursor attributes that go with the specified menu control context.

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

Syntax

'Declaration
Public ReadOnly Property LinkExtraAttributes As String
    Get
'Usage
Dim instance As Menu
Dim value As String

value = instance.LinkExtraAttributes
public string LinkExtraAttributes { get; }

Property value

Type: System.String
A string containing the attributes.

Remarks

This method does not return the id or href attributes.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace