ControlDesigner.DesignTimeHtmlRequiresLoadComplete Property
Definition
Warning
This API is now obsolete.
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(); };
[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
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.