DescriptionCheckDragAndDrop Struct Reference Library » 描述
					
#include <lib_description.h>
					
				
 
					Message struct for MSG_DESCRIPTION_CHECKDRAGANDDROP .
| Public Attributes | |
| GeListNode * | _element | 
| Bool | _result | 
| Int32 | _dragType | 
| void * | _dragObject | 
| Bool | _dndFinished | 
| DescID | _descId | 
| GeDialog * | _parentDialog | 
| GeListNode * _element | 
Element to drop.
| Bool _result | 
[out] Set to true if the drop is acceptable, otherwise to false .
| Int32 _dragType | 
[in] Type of the result of the call of GeDialog::GetDragObject
| void* _dragObject | 
[in] Object of the result of the call of GeDialog::GetDragObject
| Bool _dndFinished | 
[in] If the value is true the drag and drop is finished and should be performed.