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

Add Property






Returns true if the file was successfully added to the RasterThumbnailBrowser; false otherwise.
Syntax
public bool Add {get; set;}
'Declaration
 
Public Property Add As Boolean
'Usage
 
Dim instance As RasterThumbnailBrowserAddFileEventArgs
Dim value As Boolean
 
instance.Add = value
 
value = instance.Add
public bool Add {get; set;}
 get_Add();
set_Add(value);
public:
property bool Add {
   bool get();
   void set (    bool value);
}

Property Value

true if the file was successfully added to the RasterThumbnailBrowser; false otherwise.
Example
Refer to RasterThumbnailBrowser.
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

RasterThumbnailBrowserAddFileEventArgs Class
RasterThumbnailBrowserAddFileEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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