ChangePassword.SetDesignModeState Method

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

This member overrides Control.SetDesignModeState.

'Declaration
Protected Overrides Sub SetDesignModeState ( _
	data As IDictionary _
)
'Usage
Dim data As IDictionary

Me.SetDesignModeState(data)
protected void SetDesignModeState (
	IDictionary data
)
protected override function SetDesignModeState (
	data : IDictionary
)

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: