Click or drag to resize

Window.SetStyle Method

X#
Set the styles for the window.

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

Parameters

dwSetStyle (Optional)
Type: Usual
The X# style constant or Windows API style constant to set.
lEnable (Optional)
Type: Usual
Logical value indicating whether the style should be enabled (TRUE) or disabled(FALSE). If omitted, the default is TRUE.

Return Value

Type: Usual

Return Value

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