Forms.dndEnable() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Forms.formName.dndEnable():Void |
Parameters |
None |
Returns |
Nothing |
Description |
Enables drag and drop functionality for the specified Form. |
Notes |
Once activated, when you drag a file/folder onto the Form the Application.onDragDrop event will be fired. |
Example Code |
//AS2: mdm.Forms.SubForm1.dndEnable(); //AS3: mdm.Forms.getFormByName("MainForm").dndEnable(); |
mdm.Forms Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |