Ribbon.InitializationStartScript Property
Gets the script that is used to start Server ribbon initialization and attach a server-rendered ribbon.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property InitializationStartScript As String
Get
'Usage
Dim value As String
value = Me.InitializationStartScript
protected virtual string InitializationStartScript { get; }
Property Value
Type: System.String
The script used to start initialization.