Property Value
true
if the 'Preview' tab is enabled and visible; otherwise, false
. The default is true
.true
if the 'Preview' tab is enabled and visible; otherwise, false
. The default is true
.false
, the 'Preview' tab is hidden, and users cannot access the preview functionality directly from the design surface.// Enable the preview tab in the designer designer.EnablePreview = true; // Disable the preview tab in the designer designer.EnablePreview = false;