Wimark.Controls Class Library  

ToolBars.ToolBarHidden Event

Occurs when a ToolBar component is hidden.

[Visual Basic]
Public Event ToolBarHidden As ToolBarsEventHandler 
[C#]
public event ToolBarsEventHandler ToolBarHidden;
[C++]
public: __event ToolBarsEventHandler* ToolBarHidden;

Event Data

The event handler receives an argument of type ToolBarsEventArgs containing data related to this event. The following ToolBarsEventArgs property provides information specific to this event.

Property Description
ToolBar The ToolBar component that was docked, floating or hidden.

Requirements

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

See Also

ToolBars Class | ToolBars Members | Wimark.Controls Namespace | ToolBar