IWindowWndStylesEx Property |
Returns a combination of Win32 constants (WS_EX_APPWINDOW, WS_EX_OVERLAPPEDWINDOW, etc.) that specify the extended window style.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property WndStylesEx As Integer
Get
Dim instance As IWindow
Dim value As Integer
value = instance.WndStylesEx
property int WndStylesEx {
int get ();
}
Property Value
Type:
Int32Exceptions See Also