Click or drag to resize

Window.HasExStyle Method (Typed)

X#
Check if an exstyle value has been set for the window

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HasExStyle(
	kStyle AS LONG
) AS LOGIC
Request Example View Source

Parameters

kStyle
Type: Long
The style to check for

Return Value

Type: Logic
TRUE when the exstyle is set. Otherwise FALSE.
See Also