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)
Available in Sandboxed Solutions: No
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.