ToolBar Class

Description

ToolBar is the class for tool bar controls. A tool bar is a container for a set of buttons and other standard controls.

Availability

The ToolBar class is available only in Windows.

Inheritance

ToolBar derives from the Control class; no classes derive from this class.

Identification of ToolBar Items

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.

Methods

ToolBar inherits all its methods from the AnyWin class and Control class.

Properties

ToolBar inherits all its properties from the AnyWin class and Control class.