Share 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)
Available in Sandboxed Solutions: No

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