UltraWinToolbars Class (Infragistics ToolBase)

Description

Infragistics’ UltraWinToolbars is composed of ToolBase components; the Toolbar can either float independently in a location on the screen or it can dock, meaning it attaches itself to the side of an application window.

The Toolbar is a child of the ToobarsDockingArea container. A "dock area" is a visual area of the container that is used to hold Toolbars that have been docked. There are no properties, events, or methods on the ToolbarsDockingArea.

The Toolbar class of Silk Test Classic is the container for Toolbase components and other custom controls. Each component or control within a toolbar is a child control, represented in Silk Test Classic with an appropriate control class, such as the ToolButton class or ToolComboBox class.

ToolBase components such as Button, TextBox, Popup, and List are recognized by Silk Test Classic and mapped with a prefix of "Toolbar" when recording on the UltraWinToolbars. All other components, except for .NET SWF controls are mapped to a CustomWin.

Tag

The default tag is Toolbar.

Inheritance

ToolBase components derives from the AnyWin class; the following classes derive from this class:

ToolbarButton ToolbarPopupMenu
ToolbarList ToolbarTextBox
ToolbarPopup and ToolbarComboBox

Properties

Toolbar inherits all its properties from the AnyWin class.

Methods

In addition to the methods it inherits from the AnyWin class, UltraWinToolbars has the following method: