ChangePasswordDesigner::GetDesignTimeHtml Method
Gets the markup that is used to render the associated control at design time.
Assembly: System.Design (in System.Design.dll)
Return Value
Type: System::StringA String containing the markup used to render the ChangePassword at design time.
The GetDesignTimeHtml method sets the mode of the associated ChangePassword control, which can be a copy, to the current mode of the actual control. Next, it forces the child controls to be recreated, and then calls the base method to generate the markup. If an error occurs, the GetDesignTimeHtml calls the GetErrorDesignTimeHtml method to generate the markup for a placeholder.
Notes to InheritorsIf you override the GetDesignTimeHtml method, be sure to call the base method, because it eventually calls on the ChangePassword control or a copy of the control to generate the markup.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.