LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

ShowPreview Property

Show in webframe





Gets or sets a value that indicates whether the Open dialog box will display the Preview window.
Syntax
public bool ShowPreview {get; set;}
'Declaration
 
Public Property ShowPreview As Boolean
'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.ShowPreview = value
 
value = instance.ShowPreview

            

            
public:
property bool ShowPreview {
   bool get();
   void set (    bool value);
}

Property Value

true if the Open dialog box will display the Preview window; otherwise, false.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.