ListViewDesigner.UsePreviewControl Property

Definition

Gets a value that indicates whether the designer should use a temporary copy instead of the actual ListView control that is associated with the designer in order 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

true in all cases.

Applies to

See also