ThoughtViewSelector.LoadViewState Method

Loads the previously saved view state of the ThoughtViewSelector control.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub LoadViewState ( _
    savedState As Object _
)
'Usage
Dim savedState As Object

Me.LoadViewState(savedState)
protected override void LoadViewState(
    Object savedState
)

Parameters

  • savedState
    Type: System.Object
    The object that contains the previously saved view state.

Remarks

This override restores view-state information for the ThoughtViewSelector control from a previous page request that was saved by the SaveViewState() method.

See Also

Reference

ThoughtViewSelector Class

ThoughtViewSelector Members

Microsoft.SharePoint.Portal.WebControls Namespace