Partager via


UpdatePageStateCommandHandler.IsEnabledHandler property

Gets the client-side command handler used by the Server ribbon to determine if the command is enabled.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsEnabledHandler As String
    Get
'Usage
Dim instance As UpdatePageStateCommandHandler
Dim value As String

value = instance.IsEnabledHandler
public override string IsEnabledHandler { get; }

Property value

Type: System.String
A String that returns the command handler name.

Remarks

This property always returns true;.

See also

Reference

UpdatePageStateCommandHandler class

UpdatePageStateCommandHandler members

Microsoft.SharePoint.WebControls namespace