Window.GetExStyle Method (Typed) | |
Retrieve the Ex styles for the window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetExStyle() AS LONG
public virtual int GetExStyle()
Request Example
View SourceReturn Value
Type:
Long
Numeric value representing the X# style constants or Windows API style constants enabled for the window.
See Also