Public Member Functions | |
this (IntPtr wxobj) | |
this (Window win=null) | |
this (DataObject dataObject, Window win=null) | |
virtual DragResult | DoDragDrop (int flags) |
DataObject | dataObject () |
void | dataObject (DataObject value) |
Protected Member Functions | |
override void | dtor () |
Protected Attributes | |
DataObject | m_dataObject = null |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | Window | win = null |
) |
this | ( | DataObject | dataObject, | |
Window | win = null | |||
) |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
virtual DragResult DoDragDrop | ( | int | flags | ) |
DataObject dataObject | ( | ) |
void dataObject | ( | DataObject | value | ) |
DataObject m_dataObject = null [protected] |