BCGControlBar Library for .NET
GetDropPosition Method




Syntax
'Declaration
 
Public Sub GetDropPosition( _
   ByRef param1 As ItemPosition, _
   ByVal e As DragEventArgs, _
   ByRef dropState As DropState _
) 
'Usage
 
Dim instance As ToolboxControl
Dim param1 As ItemPosition
Dim e As DragEventArgs
Dim dropState As DropState
 
instance.GetDropPosition(param1, e, dropState)
public void GetDropPosition( 
   ref ItemPosition param1,
   DragEventArgs e,
   ref DropState dropState
)
public: void GetDropPosition( 
   ref ItemPosition* param1,
   DragEventArgs* e,
   ref DropState dropState
) 
public:
void GetDropPosition( 
   ItemPosition^% param1,
   DragEventArgs^ e,
   DropState% dropState
) 

Parameters

param1
e
dropState
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

ToolboxControl Class
ToolboxControl Members

Send Feedback