LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Add Property

Show in webframe





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:
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

See Also

Reference

RasterThumbnailBrowserAddFileEventArgs Class
RasterThumbnailBrowserAddFileEventArgs Members

 

 


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