ICreate.Controls.Bars Send comments on this topic.
ResetItems Method
See Also 
ICreate.Controls.Bars Namespace > TaskBar Class : ResetItems Method






Resets the Index and Visible properties of all TaskBarItems owned by the TaskBar.

Syntax

Visual Basic (Declaration) 
Public Sub ResetItems() 
Visual Basic (Usage)Copy Code
Dim instance As TaskBar
 
instance.ResetItems()
C# 
public void ResetItems()
Delphi 
public procedure ResetItems(); 
JScript 
public function ResetItems();
Managed Extensions for C++ 
public: void ResetItems(); 
C++/CLI 
public:
void ResetItems(); 

Remarks

Calling ResetItems resets the value of the Index and Visible properties of all the TaskBar Items. These properties are set back to the value they had when the Form containing the TaskBar was shown.

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