Click or drag to resize

AppWindow.EnableSystemMenu Method

X#
Enable/disable a system menu in an application window.

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

Parameters

lEnable (Optional)
Type: Usual
TRUE enables the system menu; FALSE disables it. The default is TRUE.

Return Value

Type: Usual
If the system menu is enabled, a system menu is returned; if disabled, NIL is returned.
Examples
The following example enables a system menu in an application window:
X#
1oSysMenu := oAppWindow:EnableSystemMenu(TRUE)
See Also