Ribbon.FixedPositioningEnabled property

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.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace