AspMenu.RenderBlankImage property
Controls whether or not to render a blank image even if the menu item doesn't have an image specified.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RenderBlankImage As Boolean
Get
Set
'Usage
Dim instance As AspMenu
Dim value As Boolean
value = instance.RenderBlankImage
instance.RenderBlankImage = value
public bool RenderBlankImage { get; set; }
Property value
Type: System.Boolean
Returns Boolean.