FormButton class

Represents the Form button on a toolbar.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl
        Microsoft.SharePoint.WebControls.SPLinkButton
          Microsoft.SharePoint.WebControls.FormButton
            

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class FormButton _
    Inherits SPLinkButton
'Usage
Dim instance As FormButton
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class FormButton : SPLinkButton

Remarks

FormButton is a generic control that renders a toolbar button by using a ToolBarButton control.

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

FormButton members

Microsoft.SharePoint.WebControls namespace

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl
        Microsoft.SharePoint.WebControls.SPLinkButton
          Microsoft.SharePoint.WebControls.FormButton
            Microsoft.SharePoint.WebControls.AlertMeButton
            Microsoft.SharePoint.WebControls.ApprovalButton
            Microsoft.SharePoint.WebControls.AttachmentButton
            Microsoft.SharePoint.WebControls.ChangePasswordButton
            Microsoft.SharePoint.WebControls.CheckInCheckOutButton
            Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton
            Microsoft.SharePoint.WebControls.DeleteItemButton
            Microsoft.SharePoint.WebControls.DeleteItemVersionButton
            Microsoft.SharePoint.WebControls.EditItemButton
            Microsoft.SharePoint.WebControls.EditSeriesButton
            Microsoft.SharePoint.WebControls.EnterFolderButton
            Microsoft.SharePoint.WebControls.ExportWebPartButton
            Microsoft.SharePoint.WebControls.HealthRuleRunNowButton
            Microsoft.SharePoint.WebControls.ManageCopiesButton
            Microsoft.SharePoint.WebControls.ManagePermissionsButton
            Microsoft.SharePoint.WebControls.MyAlertsButton
            Microsoft.SharePoint.WebControls.MyRegionalSettingsButton
            Microsoft.SharePoint.WebControls.NewItemButton
            Microsoft.SharePoint.WebControls.RestoreItemVersionButton
            Microsoft.SharePoint.WebControls.SolutionItemButton
            Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton
            Microsoft.SharePoint.WebControls.UserInfoListEditItemButton
            Microsoft.SharePoint.WebControls.VersionHistoryButton
            Microsoft.SharePoint.WebControls.ViewWebPartXmlButton
            Microsoft.SharePoint.WebControls.WikiEditMobilePageButton
            Microsoft.SharePoint.WebControls.WikiIncomingLinksButton
            Microsoft.SharePoint.WebControls.WikiPageHistoryButton
            Microsoft.SharePoint.WebControls.WorkflowsButton