Click or drag to resize

Window.EnableCloseBox Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableCloseBox(
	 uValue AS LOGIC
) AS VOID
Request Example View Source

Parameters

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

Return Value

Type: 
NIL
See Also