LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
LEAD Technologies, Inc

ShowPreview Property






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 bool ShowPreview {get; set;}
 get_ShowPreview();
set_ShowPreview(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.