SPPromotedActionButton class

Control to render an icon followed by text in the QAT area

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.LinkButton
        Microsoft.SharePoint.WebControls.SPPromotedActionButton
          Microsoft.SharePoint.WebControls.SPSharePromotedActionButton
          Microsoft.SharePoint.WebControls.SPSyncPromotedActionButton

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

Syntax

'Declaration
Public Class SPPromotedActionButton _
    Inherits LinkButton
'Usage
Dim instance As SPPromotedActionButton
public class SPPromotedActionButton : LinkButton

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

SPPromotedActionButton members

Microsoft.SharePoint.WebControls namespace