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 whether the Server ribbon uses a fixed position.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Property FixedPositioningEnabled As Boolean
Get
Set
'Usage
Dim instance As Ribbon
Dim value As Boolean
value = instance.FixedPositioningEnabled
instance.FixedPositioningEnabled = value
public bool FixedPositioningEnabled { get; set; }
Property Value
Type: System.Boolean
true if fixed positioning is enabled; otherwise, false.