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

ShowPreview Property

Show in webframe





Gets or sets the value that determines whether the dialog should include a Preview Window which will display the Image.
Syntax
public bool ShowPreview {get; set;}
'Declaration
 
Public Property ShowPreview As Boolean
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As Boolean
 
instance.ShowPreview = value
 
value = instance.ShowPreview

            

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

Property Value

true means the dialog should include Preview Window; false if otherwise.
Example
Refer to RasterWindowLevelDialog example.
Requirements

Target Platforms

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


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