LBitmapWindow::OnFileDropped

Summary

This function is called for every file that is dropped on the LBitmapWindow object's window.

Syntax

#include "ltwrappr.h"

virtual L_BOOL LBitmapWindow::OnFileDropped(pszFile, uFileNumber, uFilesCount)

Parameters

L_TCHAR * pszFile

The name of the dropped file.

L_UINT uFileNumber

The number of the dropped file.

L_UINT uFilesCount

The total number of dropped files.

Returns

Value Meaning
TRUE Continue processing.
FALSE Stop processing.

Comments

This function will be called repeatedly as a result of a file drag/drop operations. The function will be called for every file that is dropped on the LBitmapWindow object's window. Override this function if you want to handle the dropped files. The default implementation will attempt to load the image file and display the image.

If more than one file is dropped, then this function will be called for every dropped file, as long as you continue to return TRUE from this function. If you return FALSE, the enumeration process will be terminated.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Example

For an example, refer to LBitmapWindow::CreatePanWnd.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.