HtmlMenuItem.ScriptFuncReplaceMode Property
Gets or sets a value indicating whether the ScriptFunc property contains the actual script function or only the name of the script function.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ScriptFuncReplaceMode As Boolean
Get
Set
'Usage
Dim instance As HtmlMenuItem
Dim value As Boolean
value = instance.ScriptFuncReplaceMode
instance.ScriptFuncReplaceMode = value
public bool ScriptFuncReplaceMode { get; set; }
Property Value
Type: System.Boolean
true if the ScriptFunc property contains actual script; otherwise, false if the ScriptFunc property contains the name of the script function.