ArcFM Responder Mobile Developer Guide
DragDropException Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
ReadOnly Property DragDropException( _
   ByVal pFromItem As ID8ListItem, _
   ByVal pToItem As ID8ListItem _
) As System.Boolean
'Usage
 
Dim instance As IMMDragException
Dim pFromItem As ID8ListItem
Dim pToItem As ID8ListItem
Dim value As System.Boolean
 
value = instance.DragDropException(pFromItem, pToItem)
[System.Runtime.InteropServices.DispId(1610678272)]
System.bool DragDropException( 
   ID8ListItem pFromItem,
   ID8ListItem pToItem
) {get;}
read-only property DragDropException( 
    pFromItem: ID8ListItem;
    pToItem: ID8ListItem
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get DragDropException( 
   pFromItem : ID8ListItem,
   pToItem : ID8ListItem
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678272)]
__property System.bool get_DragDropException( 
   ID8ListItem* pFromItem,
   ID8ListItem* pToItem
);
[System.Runtime.InteropServices.DispId(1610678272)]
property System.bool DragDropException {
   System.bool get(ID8ListItem^ pFromItem, ID8ListItem^ pToItem);
}

Parameters

pFromItem
pToItem
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

Reference

IMMDragException Interface
IMMDragException Members

Send Feedback