| VirtualBox Main API
    | 
Base abstract interface for drag'n drop. More...
 
  
| Public Member Functions | |
| void | isFormatSupported (in wstring format, [retval] out boolean supported) | 
| Checks if a specific drag'n drop MIME / Content-type format is supported. | |
| void | addFormats (in wstring[] formats) | 
| Adds MIME / Content-type formats to the supported formats. | |
| void | removeFormats (in wstring[] formats) | 
| Removes MIME / Content-type formats from the supported formats. | |
| Public Attributes | |
| readonly attribute wstring[] | formats | 
| Returns all supported drag'n drop formats. | |
Base abstract interface for drag'n drop.
{00727A73-000A-4C4A-006D-E7D300351186} | void IDnDBase::isFormatSupported | ( | in wstring | format, | 
| [retval] out boolean | supported | ||
| ) | 
Checks if a specific drag'n drop MIME / Content-type format is supported.
| format | Format to check for. | 
| supported | Returns trueif the specified format is supported,falseif not. | 
| void IDnDBase::addFormats | ( | in wstring[] | formats | ) | 
Adds MIME / Content-type formats to the supported formats.
| formats | Collection of formats to add. | 
| void IDnDBase::removeFormats | ( | in wstring[] | formats | ) | 
Removes MIME / Content-type formats from the supported formats.
| formats | Collection of formats to remove. | 
| readonly attribute wstring [] IDnDBase::formats | 
Returns all supported drag'n drop formats.