ArcFM Solution Developer Guide
OLEDragOver Method (IMMOleDrag)


Syntax
'Declaration
 
Sub OLEDragOver( _
   ByVal pTargetListItem As ID8ListItem, _
   ByRef Data As IMMDataObject, _
   ByRef Effect As System.Integer, _
   ByRef Button As System.Short, _
   ByRef Shift As System.Short, _
   ByRef State As System.Short _
) 
'Usage
 
Dim instance As IMMOleDrag
Dim pTargetListItem As ID8ListItem
Dim Data As IMMDataObject
Dim Effect As System.Integer
Dim Button As System.Short
Dim Shift As System.Short
Dim State As System.Short
 
instance.OLEDragOver(pTargetListItem, Data, Effect, Button, Shift, State)
void OLEDragOver( 
   ID8ListItem pTargetListItem,
   out IMMDataObject Data,
   out System.int Effect,
   out System.short Button,
   out System.short Shift,
   out System.short State
)

Parameters

pTargetListItem
Data
Effect
Button
Shift
State
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMOleDrag Interface
IMMOleDrag Members

 

 


Send Comment