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)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public MustInherit Class SPRibbonCommandHandler _
Inherits WebControl
'Usage
Dim instance As SPRibbonCommandHandler
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, 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