IWindowWndStyles Property |
Returns a combination of Win32 constants (WM_BORDER, WM_CAPTION, etc.) that specify the 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 WndStyles As Integer
Get
Dim instance As IWindow
Dim value As Integer
value = instance.WndStyles
property int WndStyles {
int get ();
}
Property Value
Type:
Int32Exceptions See Also