Partager via


HtmlMenuItem.ScriptFuncReplaceMode, propriété (Microsoft.SharePoint.Portal.WebControls)

Gets or sets a value indicating whether the ScriptFunc property contains the actual script function or only the name of the script function.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property ScriptFuncReplaceMode As Boolean
'Utilisation
Dim instance As HtmlMenuItem
Dim value As Boolean

value = instance.ScriptFuncReplaceMode

instance.ScriptFuncReplaceMode = value
public bool ScriptFuncReplaceMode { get; set; }

Valeur de la propriété

true if the ScriptFunc property contains actual script; otherwise, false if the ScriptFunc property contains the name of the script function.

Voir aussi

Référence

HtmlMenuItem, classe
Membres HtmlMenuItem
Microsoft.SharePoint.Portal.WebControls, espace de noms