ICreate.Controls.Bars Send comments on this topic.
Item Property
See Also 
ICreate.Controls.Bars Namespace > TaskBarItemEventArgs Class : Item Property






Gets the TaskBarItem associated with the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Item As TaskBarItem
Visual Basic (Usage)Copy Code
Dim instance As TaskBarItemEventArgs
Dim value As TaskBarItem
 
value = instance.Item
C# 
public TaskBarItem Item {get;}
Delphi 
public read-only property Item: TaskBarItem; 
JScript 
public function get Item : TaskBarItem
Managed Extensions for C++ 
public: __property TaskBarItem* get_Item();
C++/CLI 
public:
property TaskBarItem^ Item {
   TaskBarItem^ get();
}

Return Value

A reference to a TaskBarItem, this value is the TaskBarItem associated with the event.

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