wButtons Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

The wButtons property provides access to the collection of buttons displayed in the edit control. The returned DevExpressEditButtonCollection object allows you to access individual buttons in the collection by their index or display text, obtain their properties and perform common operations over buttons, such as clicks.

Declaration

TestObj.wButtons

Read-Only Property A DevExpressEditButtonCollection object
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following objects:

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

A DevExpressEditButtonCollection object that holds the collection of buttons displayed in the edit control.

See Also

DevExpressEditButtonCollection Object

Highlight search results