Click or drag to resize

Control.HasStyle Method

X#
Check if a style value has been set for the control

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HasStyle(
	kStyle AS LONG
) AS USUAL
Request Example View Source

Parameters

kStyle
Type: Long
The style to check for

Return Value

Type: Usual
TRUE when the style is set. Otherwise FALSE.
See Also