Share via


SPPageStateControl.commandHandlers field

Stores an array of SPRibbonCommandHandler objects that manage the buttons on the Ribbon.

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

Syntax

'Declaration
Protected commandHandlers As SPRibbonCommandHandler()
'Usage
Dim value As SPRibbonCommandHandler()

value = Me.commandHandlers

Me.commandHandlers = value
protected SPRibbonCommandHandler[] commandHandlers

See also

Reference

SPPageStateControl class

SPPageStateControl members

Microsoft.SharePoint.WebControls namespace