ControlDesigner::DesignTimeHtmlRequiresLoadComplete Property
.NET Framework (current version)
Gets a value indicating whether the design host must finish loading before the GetDesignTimeHtml method can be called.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202")] property bool DesignTimeHtmlRequiresLoadComplete { virtual bool get(); }
Property Value
Type: System::Booleantrue, if loading must be complete before the GetDesignTimeHtml method can be called; otherwise, false. The default is false.
The default implementation of the DesignTimeHtmlRequiresLoadComplete property returns false.
Note |
|---|
The DesignTimeHtmlRequiresLoadComplete property is obsolete. Use the SetViewFlags method for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
