PopoutMenu.HoverIconUrl Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HoverIconUrl As String
Get
Set
'Usage
Dim instance As PopoutMenu
Dim value As String
value = instance.HoverIconUrl
instance.HoverIconUrl = value
public string HoverIconUrl { get; set; }
Property Value
Type: System.String