ControlDesigner.DesignTimeHtmlRequiresLoadComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202
Gets a value indicating whether the design host must finish loading before the GetDesignTimeHtml method can be called.
public:
virtual property bool DesignTimeHtmlRequiresLoadComplete { bool get(); };
public virtual bool DesignTimeHtmlRequiresLoadComplete { get; }
[System.Obsolete("The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual bool DesignTimeHtmlRequiresLoadComplete { get; }
member this.DesignTimeHtmlRequiresLoadComplete : bool
[<System.Obsolete("The recommended alternative is SetViewFlags(ViewFlags.DesignTimeHtmlRequiresLoadComplete, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.DesignTimeHtmlRequiresLoadComplete : bool
Public Overridable ReadOnly Property DesignTimeHtmlRequiresLoadComplete As Boolean
Property Value
true
, if loading must be complete before the GetDesignTimeHtml method can be called; otherwise, false
. The default is false
.
- Attributes
Remarks
The default implementation of the DesignTimeHtmlRequiresLoadComplete property returns false
.
Note
The DesignTimeHtmlRequiresLoadComplete property is obsolete. Use the SetViewFlags method for equivalent control designer functionality.