PageStateActionButton.GetCurrent method
Gets an instance of a PageStateActionButton object on the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetCurrent ( _
page As Page _
) As PageStateActionButton
'Usage
Dim page As Page
Dim returnValue As PageStateActionButton
returnValue = PageStateActionButton.GetCurrent(page)
public static PageStateActionButton GetCurrent(
Page page
)
Parameters
- page
Type: System.Web.UI.Page
Return value
Type: Microsoft.SharePoint.WebControls.PageStateActionButton