WizardDesigner.UsePreviewControl Property

Definition

Gets a value indicating whether the design host should use a preview control.

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

true to use a preview control; false to use the associated control.

Applies to

See also