Wimark.Controls Class Library  

ToolBars.ToolBarFloating Event

Occurs when a ToolBar component is added to a floating tool window.

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

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