Click or drag to resize

Control.SetExStyle Method

X#
Set the exstyle for the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetExStyle(
	kExStyle,
	lEnable
) AS USUAL CLIPPER
Request Example View Source

Parameters

kExStyle (Optional)
Type: Usual
The exstyle of the control, specified by a either a X# style constant or a Windows API style constant.
lEnable (Optional)
Type: Usual
TRUE enables the specified style; FALSE disables it. If omitted, the default is TRUE.

Return Value

Type: Usual
NIL
See Also