Share via


Ribbon.IncludeHeaderScalingScript Property

Gets or sets if the HeaderScalingScript is included in the page.

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

Syntax

'Declaration
Public Property IncludeHeaderScalingScript As Boolean
    Get
    Set
'Usage
Dim instance As Ribbon
Dim value As Boolean

value = instance.IncludeHeaderScalingScript

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

Property Value

Type: System.Boolean
true if the script should be included; otherwise, false.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace