WinToolbar Object

Description

A Stingray ToolBar control.

Operations

The sections below list the built-in methods and properties that you can use as operations for the WinToolbar object.

Note: You can also view a list and descriptions of the WinToolbar description properties, for use in object repository descriptions, programmatic descriptions, checkpoint and output value steps, and as argument values for the GetTOProperty and GetROProperty methods.

Methods

Common Method CaptureBitmapSaves a screen capture of the object as a .png or .bmp image using the specified file name.
Common Method CheckPropertyChecks whether the actual value of the specified object property matches the specified expected value within the specified timeout.
Common Method ChildObjectsReturns the collection of child objects contained within the object.
Common Method GetAllROProperties

Returns the collection of properties and current values from the object in the application.

Method GetContentReturns all of the nodes in the toolbar.
Method GetItemGets name of the button based on the index.
Method GetItemsCountGets the number of buttons in the toolbar.
Common Method GetROPropertyReturns the current value of the description property from the object in the application.
Common Method GetTOPropertiesReturns the collection of properties and values used to identify the object.
Common Method GetTOPropertyReturns the value of the specified description property from the test object description.
Common Method HighlightHighlights the object in the application.
Method PressPresses a button.
Common Method RefreshObjectInstructs UFT One to re-identify the object in the application the next time a step refers to this object.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Common Method ToStringReturns a string that represents the test object.
Common Method WaitPropertyWaits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.

Properties

Common Property ExistChecks whether the object currently exists in the open application.

Back to top

 

GetContent Method

Description

Returns all of the nodes in the toolbar.

Syntax

object.GetContent

Return Type

A String value.

The returned string contains all of the items in the toolbar separated by VBScript line feed characters.

Example

Back to top

 

GetItem Method

Description

Gets name of the button based on the index.

Syntax

object.GetItem (ButtonIndex)

Arguments

ParameterDescription
ButtonIndex Required. A Variant.
Numeric index of the button. Index values begin with 0.

Return Type

A String value.

Example

Back to top

 

GetItemsCount Method

Description

Gets the number of buttons in the toolbar.

Syntax

object.GetItemsCount

Return Type

A long integer value.

Example

Back to top

 

Press Method

Description

Presses a button.

Syntax

object.Press BUTTON

Arguments

ParameterDescription
BUTTON Required. A Variant.
The toolbar button to press. The button name (with quotes) or numeric index (without quotes) can denote the button. The name reflects the button's attached text (tooltip). The index of the first button in the toolbar is 0.

Return Type

None

Example

Back to top

See also: