ToolBar is the class for tool bar controls. A tool bar is a container for a set of buttons and other standard controls.
The ToolBar class is available only in Windows.
ToolBar derives from the Control class; no classes derive from this class.
Each text item within a tool bar is a child control, represented in Silk Test Classic with an appropriate control class, such as the PushButton class or RadioList class. The IsPressed method in the PushButton class supports the use of pushbuttons in a tool bar.
ToolBar inherits all its methods from the AnyWin class and Control class.
ToolBar inherits all its properties from the AnyWin class and Control class.