FormButton Class
Represents the Form button.
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
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class FormButton _
Inherits SPLinkButton
Dim instance As FormButton
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[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
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.ManageCopiesButton
Microsoft.SharePoint.WebControls.ManagePermissionsButton
Microsoft.SharePoint.WebControls.MyAlertsButton
Microsoft.SharePoint.WebControls.MyRegionalSettingsButton
Microsoft.SharePoint.WebControls.NewItemButton
Microsoft.SharePoint.WebControls.RestoreItemVersionButton
Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton
Microsoft.SharePoint.WebControls.UserInfoListEditItemButton
Microsoft.SharePoint.WebControls.VersionHistoryButton
Microsoft.SharePoint.WebControls.ViewWebPartXmlButton
Microsoft.SharePoint.WebControls.WikiIncomingLinksButton
Microsoft.SharePoint.WebControls.WikiPageHistoryButton
Microsoft.SharePoint.WebControls.WorkflowsButton