Share via


SPMobileSelectionList.LoadPrivateViewState Method

Loads the state of the selected option or options.

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.Object

    The Object object that indicates the state of the selected option or options.

Remarks

This override is called when the selection list has at least one item.

See Also

Reference

SPMobileSelectionList Class

SPMobileSelectionList Members

Microsoft.SharePoint.MobileControls Namespace