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