Share via


Ribbon.RootBuildClientScript Property

Gets an string that builds the root of the Server ribbon.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property RootBuildClientScript As String
    Get
'Usage
Dim value As String

value = Me.RootBuildClientScript
protected virtual string RootBuildClientScript { get; }

Property Value

Type: System.String
The JavaScript that builds the root of the ribbon.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace