wShowCheckBox Property (DateTimePicker Controls)

Applies to TestComplete 15.62, last modified on March 19, 2024

Description

The wShowCheckbox property determines if a check box is displayed next to the combo box holding the date (time) selected in the control.

Declaration

TestObj.wShowCheckBox

Read-Only Property Boolean
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 object:

View Mode

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

Property Value

Shows if a check box is displayed next to the date (time) selected in the control.

Remarks

If wShowCheckBox is False (the check box is invisible), the wChecked property is True.

Example

To view an example that demonstrates how to use the wShowCheckbox property, see Working With DateTimePicker Controls' Check Boxes in Desktop Windows Applications.

See Also

Working With DateTimePicker Controls' Check Boxes in Desktop Windows Applications
wChecked Property (DateTimePicker Controls)

Highlight search results