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 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.