ArcFM Responder Mobile Developer Guide
DragExceptions Property (MMOleDragAssistClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678286)>
Public Overridable WriteOnly Property DragExceptions As IMMDragException
'Usage
 
Dim instance As MMOleDragAssistClass
 
instance.DragExceptions = value
[System.Runtime.InteropServices.DispId(1610678286)]
public virtual IMMDragException DragExceptions {set;}
public write-only property DragExceptions: IMMDragException; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678286)
public function set DragExceptions : IMMDragException
[System.Runtime.InteropServices.DispId(1610678286)]
public: __property virtual void set_DragExceptions( 
   IMMDragException* value
);
[System.Runtime.InteropServices.DispId(1610678286)]
public:
virtual property IMMDragException^ DragExceptions {
   void set (    IMMDragException^ value);
}
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

MMOleDragAssistClass Class
MMOleDragAssistClass Members

Send Feedback