ESRI.ArcGIS.ADF.Web.UI.WebControls
LoadViewState Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CopyrightText Class : LoadViewState Method




state
An Object that represents the control state to be restored.
Loads view state from the passed-in object.

Syntax

Visual Basic (Declaration) 
Public Sub LoadViewState( _
   ByVal state As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As CopyrightText
Dim state As Object
 
instance.LoadViewState(state)
C# 
public void LoadViewState( 
   object state
)

Parameters

state
An Object that represents the control state to be restored.

See Also

© 2010 All Rights Reserved.