SPPageStateControl.currentState field
A Hashtable object filled in the PopulateStates() method with entries to indicate the current state of the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected currentState As Hashtable
'Usage
Dim value As Hashtable
value = Me.currentState
Me.currentState = value
protected Hashtable currentState
Remarks
This Hashtable is transported to the client to enable the client-side Ribbon button handlers to determine their appropriate state.