Window.HasExStyle Method | |
Check if an exstyle value has been set for the window
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HasExStyle(
kStyle AS LONG
) AS USUAL
public virtual Usual HasExStyle(
int kStyle
)
Request Example
View SourceParameters
- kStyle
- Type: Long
The style to check for
Return Value
Type:
UsualTRUE when the exstyle is set. Otherwise FALSE.
See Also