Responder Developer Guide
IsValidDrop Method (DragSourcesStyle)


Syntax
'Declaration
 
Public Function IsValidDrop( _
   ByVal sourceRepresents As String, _
   ByVal sourceStyleKey As String _
) As Boolean
'Usage
 
Dim instance As DragSourcesStyle
Dim sourceRepresents As String
Dim sourceStyleKey As String
Dim value As Boolean
 
value = instance.IsValidDrop(sourceRepresents, sourceStyleKey)
public bool IsValidDrop( 
   string sourceRepresents,
   string sourceStyleKey
)

Parameters

sourceRepresents
sourceStyleKey
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

DragSourcesStyle Class
DragSourcesStyle Members

 

 


Send Comment