BCGControlBar Library for .NET
TrackTabItemEventArgs Constructor




Specifies the current location of the mouse cursor.
Specifies a tab item captured by mouse to be tracked.
Specifies the current tracking state of the tab item.
Initializes a new instance of the TrackTabItemEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal mousePos As Point, _
   ByVal item As TabItem, _
   ByVal state As TrackTabItemState _
)
'Usage
 
Dim mousePos As Point
Dim item As TabItem
Dim state As TrackTabItemState
 
Dim instance As New TrackTabItemEventArgs(mousePos, item, state)
public TrackTabItemEventArgs( 
   Point mousePos,
   TabItem item,
   TrackTabItemState state
)
public: TrackTabItemEventArgs( 
   Point mousePos,
   TabItem* item,
   TrackTabItemState state
)
public:
TrackTabItemEventArgs( 
   Point mousePos,
   TabItem^ item,
   TrackTabItemState state
)

Parameters

mousePos
Specifies the current location of the mouse cursor.
item
Specifies a tab item captured by mouse to be tracked.
state
Specifies the current tracking state of the tab item.
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

TrackTabItemEventArgs Class
TrackTabItemEventArgs Members

Send Feedback