ArcFM Engine Developer Guide
OLEGiveFeedBack Method (IMMOleDrag)


Syntax
'Declaration
 
Sub OLEGiveFeedBack( _
   ByRef Effect As Integer, _
   ByRef DefaultCursors As Boolean _
) 
'Usage
 
Dim instance As IMMOleDrag
Dim Effect As Integer
Dim DefaultCursors As Boolean
 
instance.OLEGiveFeedBack(Effect, DefaultCursors)
void OLEGiveFeedBack( 
   out int Effect,
   out bool DefaultCursors
)

Parameters

Effect
DefaultCursors
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