wNumTics Property (TrackBar Controls)

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

Description

Returns the number of marks in the trackbar.

Declaration

TestObj.wNumTics

Read-Only Property Integer
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

An integer value holding the total number of marks in the trackbar, including the start and stop marks.

Example

To view an example that demonstrates how to use the wNumTics method, see Determining the Number of Trackbar Ticks in Desktop Windows Applications.

See Also

Determining the Number of Trackbar Ticks in Desktop Windows Applications
wMax Property (TrackBar and Slider Controls)
wMin Property (TrackBar and Slider Controls)
wPosition Property (TrackBar and Slider Controls)
wMax Property (Specific to WPFTrackBar Controls)
wMin Property (Specific to WPFTrackBar Controls)
wPosition Property (Specific to WPFTrackBar Controls)

Highlight search results