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

    The Object object that represents the value of the Text() property from the private view state.

Remarks

This override loads the value of the Text() property from the private view state.

See Also

Reference

SPMobileTextBox Class

SPMobileTextBox Members

Microsoft.SharePoint.MobileControls Namespace