WndStylesEx Property

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

Description

This property returns a combination of Win32 API constants (WS_EX_MDICHILD, WS_EX_TOOLWINDOW, WS_EX_TOPMOST, etc.) that define an extended style of the window. These constants are specified in the dwStylesEx parameter of the CreateWindowEx function (Windows API).

Using the WndStylesEx property you can determine which styles the WindowObj window has.

Declaration

TestObj.WndStylesEx

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 that represents a combination of WS_EX_NNN constants.

See Also

WndStyles Property

Highlight search results