CategoryNavigationWebPart.NotExpandableImageLink Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")> _
Public Property NotExpandableImageLink As String
Get
Set
'Usage
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.NotExpandableImageLink
instance.NotExpandableImageLink = value
[ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")]
public string NotExpandableImageLink { get; set; }
Property Value
Type: System.String
See Also
Reference
CategoryNavigationWebPart Class