Click or drag to resize

Window.EnableCloseBox Method

X#
Enable or Disable the close button on a window (the X )

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableCloseBox(
	uValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

uValue (Optional)
Type: Usual
A logic value indicating if the close box should be enabled (TRUE) or disabled (FALSE).

Return Value

Type: Usual
NIL
See Also