Wizard.LoadControlState Method

Note: This method is new in the .NET Framework version 2.0.

This member overrides Control.LoadControlState.

'Declaration
Protected Friend Overrides Sub LoadControlState ( _
	state As Object _
)
'Usage
Dim state As Object

Me.LoadControlState(state)
protected void LoadControlState (
	Object state
)
protected internal override function LoadControlState (
	state : Object
)

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: