Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.