| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Item As TaskBarItem | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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