#include <idraganddrop.h>
Class Description
- See also:
- Class FileDropType, DropTypes, Class DropScriptDropType
- Description:
- This class represents the drop script file (*.ds, *.dse)
DropType and is
available through the built-in type instance
dropScriptFileDropType.
Public Member Functions
|
| int |
TypeCode () |
| bool |
Load (bool showProgress=true) |
| CoreExport
bool |
CheckDropType (const MCHAR *filename) |
Member Function Documentation
| int TypeCode |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return DROPSCRIPTFILE_DROPTYPE; }
Reimplemented from FileDropType.
| bool Load |
( |
bool |
showProgress =
true |
) |
[virtual] |
- Parameters:
- bool showProgress = true
The download progress dialog can be displayed by passing true.
Reimplemented from FileDropType.
| CoreExport bool CheckDropType |
( |
const MCHAR * |
filename |
) |
[virtual] |
- Parameters:
- MCHAR* filename
The filename suffix.
- Returns:
- TRUE if the filename suffix checks out, otherwise FALSE.
Reimplemented from FileDropType.