ICreate.Controls.Bars Send comments on this topic.
ItemHot Event
See Also 
ICreate.Controls.Bars Namespace > SideBar Class : ItemHot Event






Occurs when the mouse cursor moves over a SideBarItem.

Syntax

Visual Basic (Declaration) 
Public Event ItemHot() As SideBarItemEventHandler
Visual Basic (Usage)Copy Code
Dim instance As SideBar
Dim handler As SideBarItemEventHandler
 
AddHandler instance.ItemHot, handler
C# 
public event SideBarItemEventHandler ItemHot()
Delphi 
public event ItemHot: SideBarItemEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: __event SideBarItemEventHandler* ItemHot();
C++/CLI 
public:
event SideBarItemEventHandler^ ItemHot();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also