ChangePasswordDesigner::GetDesignTimeHtml Method ()
.NET Framework (current version)
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::String^A 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 Inheritors:
If 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: