Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value of the child textbox control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function SavePrivateViewState As Object
'Usage
Dim returnValue As Object
returnValue = Me.SavePrivateViewState()
protected override Object SavePrivateViewState()
Return Value
Type: System.Object
The text of the control.
Remarks
This override “save”s the text only in the sense that it converts it to an Object and returns the Object.