BeginFileDrop Event |
Triggered when a file is dropped on the main application window.
Signature
object.BeginFileDrop(FileName, Cancel)
object
Application
An object expression that evaluates to a valid container object. In
this case, the only valid container is the application.
FileName
String; input to the handler
The name of the file that has been dropped on the main application
window.
Cancel
Boolean; output from the handler
TRUE: Aborts the loading of the drawing.
FALSE: Allows the loading of the drawing to continue.
Remarks
No events will be fired while a modal dialog is being displayed.
Comments? |