PreviewWindowVisible Property

Summary
Gets or sets a value that indicates whether to show the Preview window if ShowPreview is true.
Syntax
C#
VB
C++
public bool PreviewWindowVisible { get; set; } 
  
Public Property PreviewWindowVisible As Boolean 
public: 
property bool PreviewWindowVisible { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to view the preview window; otherwise, false.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.