Control.GetStyle Method | |
Retrieve the styles for the control.
Namespace:
VO
Assembly:
VOGUIClasses (in 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