Share via


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

Return value

Type: Microsoft.SharePoint.WebControls.PageStateActionButton

See also

Reference

PageStateActionButton class

PageStateActionButton members

Microsoft.SharePoint.WebControls namespace