BCGSoft.Controls.TabStrip Namespace > TabStrip Class : TrackTabItem Event |
'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
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.
Property | Description |
---|---|
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. |
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