SPRibbonCommandHandler Class

Manages the buttons on the ribbon that are specifically for the SPPageStateControl class.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPRibbonCommandHandler
        

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public MustInherit Class SPRibbonCommandHandler _
    Inherits WebControl
'Usage
Dim instance As SPRibbonCommandHandler
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public abstract class SPRibbonCommandHandler : WebControl

Remarks

This class is an abstract base class for other command handlers in the Microsoft SharePoint Foundation 2010 object model.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPRibbonCommandHandler Members

Microsoft.SharePoint.WebControls Namespace

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPRibbonCommandHandler
        Microsoft.SharePoint.WebControls.ApproveCommandHandler
        Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler
        Microsoft.SharePoint.WebControls.CheckinCommandHandler
        Microsoft.SharePoint.WebControls.CheckoutCommandHandler
        Microsoft.SharePoint.WebControls.DeleteCommandHandler
        Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler
        Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler
        Microsoft.SharePoint.WebControls.EditCommandHandler
        Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler
        Microsoft.SharePoint.WebControls.PublishCommandHandler
        Microsoft.SharePoint.WebControls.RejectCommandHandler
        Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler
        Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler
        Microsoft.SharePoint.WebControls.SaveCommandHandler
        Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler
        Microsoft.SharePoint.WebControls.UnpublishCommandHandler
        Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler