WebPartManagerDesigner.UsePreviewControl Property

Definition

Gets a value indicating whether the designer should use a temporary copy rather than the actual control associated with the designer to generate the design-time markup.

protected:
 virtual property bool UsePreviewControl { bool get(); };
protected override bool UsePreviewControl { get; }
member this.UsePreviewControl : bool
Protected Overrides ReadOnly Property UsePreviewControl As Boolean

Property Value

Always true.

Applies to