Ribbon.HeaderScalingScript property

Gets the header scaling .

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

Syntax

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

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

Property value

Type: System.String
A string that contains the JavaScript used for header scaling.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace