Version

DropOn Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Continue a drag action to drop on control relative point", Documentation="Continue a drag action to drop on the control relative point [%a1, %a2]")>
Sub DropOn( _
   ByVal dLeft As System.Double, _
   ByVal dTop As System.Double _
) 
[TypeInfoMethod(Description="Continue a drag action to drop on control relative point", Documentation="Continue a drag action to drop on the control relative point [%a1, %a2]")]
void DropOn( 
   System.double dLeft,
   System.double dTop
)
[TypeInfoMethod(Description="Continue a drag action to drop on control relative point", Documentation="Continue a drag action to drop on the control relative point [%a1, %a2]")]
void DropOn( 
   System.double dLeft,
   System.double dTop
) 

Parameters

dLeft
dTop
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also