Gets a value indicating whether the designer should use a temporary copy instead of the actual control associated with the designer to generate the design-time markup.
Syntax
CSharp
protected override bool UsePreviewControl { get; }VisualBasic
Protected Overrides ReadOnly Property UsePreviewControl As Boolean
ManagedCPlusPlus
protected:
virtual bool UsePreviewControl {
bool get () override;
}JSharp
Value
Return Value
Always true.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)