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.
Stores an array of SPRibbonCommandHandler objects that manage the buttons on the Ribbon.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected commandHandlers As SPRibbonCommandHandler()
'Usage
Dim value As SPRibbonCommandHandler()
value = Me.commandHandlers
Me.commandHandlers = value
protected SPRibbonCommandHandler[] commandHandlers