Click or drag to resize

Window.SetExStyle Method

X#
Set the extended style of a window.

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

Parameters

dwSetStyle (Optional)
Type: Usual
The extended style to set.
lEnable (Optional)
Type: Usual
A logical value. TRUE turns the style on, FALSE turns it off.

Return Value

Type: Usual
The new ExStyle of the window (calculated by taking the existing style and enableing or disabling the passed style value).
See Also