Share via


Ribbon.IsCompatibilityMode property

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

Syntax

'Declaration
Protected Property IsCompatibilityMode As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.IsCompatibilityMode

Me.IsCompatibilityMode = value
protected bool IsCompatibilityMode { get; set; }

Property value

Type: System.Boolean

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace