SPMobileLabel.LoadViewState method
This member overrides Control.LoadViewState(Object).
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub LoadViewState ( _
state As Object _
)
'Usage
Dim state As Object
Me.LoadViewState(state)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void LoadViewState(
Object state
)
Parameters
- state
Type: System.Object