Partilhar via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPPageStateControl Class

SPPageStateControl Members

Microsoft.SharePoint.WebControls Namespace