Share via


Ribbon.CheckForInitializationReadiness Property

Gets or sets the value that specifies if the Server ribbon waits to allow tabs to be opened.

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

Syntax

'Declaration
Public Overridable Property CheckForInitializationReadiness As Boolean
    Get
    Set
'Usage
Dim instance As Ribbon
Dim value As Boolean

value = instance.CheckForInitializationReadiness

instance.CheckForInitializationReadiness = value
public virtual bool CheckForInitializationReadiness { get; set; }

Property Value

Type: System.Boolean
A Boolean that specifies if the ribbon waits to allow tab to be opened.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace