SPMobileLabel.LoadPrivateViewState Method
Loads the value of the Text() property from the private view state.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub LoadPrivateViewState ( _
state As Object _
)
'Usage
Dim state As Object
Me.LoadPrivateViewState(state)
protected override void LoadPrivateViewState(
Object state
)
Parameters
state
Type: System.ObjectThe Object object that represents the value of the private view state.
Remarks
This override loads the value of the Text() property from the private view state.