SpellCheckEntirePageAction.RequiredStates property
Gets the states required for this action to be enabled.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RequiredStates As AuthoringStates
Get
'Usage
Dim instance As SpellCheckEntirePageAction
Dim value As AuthoringStates
value = instance.RequiredStates
public override AuthoringStates RequiredStates { get; }
Property value
Type: Microsoft.SharePoint.Publishing.WebControls.AuthoringStates
See also
Reference
SpellCheckEntirePageAction class
SpellCheckEntirePageAction members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace