BCGControlBar Library for .NET
GetDropIndex Method (OutlookBarPane)




Syntax
'Declaration
 
Protected Overridable Function GetDropIndex( _
   ByVal e As DragEventArgs, _
   ByRef dropState As DropState _
) As Integer
'Usage
 
Dim instance As OutlookBarPane
Dim e As DragEventArgs
Dim dropState As DropState
Dim value As Integer
 
value = instance.GetDropIndex(e, dropState)
protected virtual int GetDropIndex( 
   DragEventArgs e,
   ref DropState dropState
)
protected: virtual int GetDropIndex( 
   DragEventArgs* e,
   ref DropState dropState
) 
protected:
virtual int GetDropIndex( 
   DragEventArgs^ e,
   DropState% dropState
) 

Parameters

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

OutlookBarPane Class
OutlookBarPane Members

Send Feedback