Web Image Area CollectionLoad View State Method
Load view state
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public void LoadViewState(
Object state
)VB
Public Sub LoadViewState (
state As Object
)C++
public:
virtual void LoadViewState(
Object^ state
) sealedF#
abstract LoadViewState :
state : Object -> unit
override LoadViewState :
state : Object -> unit Parameters
- state Object
- The saved view state
Implements
IStateManagerLoadViewState(Object)Exceptions
| ArgumentException | This is thrown if an unexpected shape type is found in the view state. |