HtmlMenuItem.ScriptFunc, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the script that is added to the menu item.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property ScriptFunc As String
'Utilisation
Dim instance As HtmlMenuItem
Dim value As String
value = instance.ScriptFunc
instance.ScriptFunc = value
public string ScriptFunc { get; set; }
Valeur de la propriété
A string that represents the script that is added to the menu item.
Voir aussi
Référence
HtmlMenuItem, classe
Membres HtmlMenuItem
Microsoft.SharePoint.Portal.WebControls, espace de noms