Window.GetStyle Method (Typed) | |
Retrieve the styles for the window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetStyle() AS LONG
public virtual int GetStyle()
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