BCGControlBar Library for .NET
TrackTabItem Event




Occurs on mouse events when the tab item should be tracked.
Syntax
'Declaration
 
Public Event TrackTabItem As TrackTabItemHandler
'Usage
 
Dim instance As TabStrip
Dim handler As TrackTabItemHandler
 
AddHandler instance.TrackTabItem, handler
public event TrackTabItemHandler TrackTabItem
public: __event TrackTabItemHandler* TrackTabItem
public:
event TrackTabItemHandler^ TrackTabItem
Event Data

The event handler receives an argument of type TrackTabItemEventArgs containing data related to this event. The following TrackTabItemEventArgs properties provide information specific to this event.

PropertyDescription
MousePosition Specifies the current location of the mouse cursor.
TrackedTabItem Specifies a tab item captured by mouse to be tracked.
TrackState 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

TabStrip Class
TabStrip Members

Send Feedback