Click or drag to resize

AppWindow.EnableMinBox Method

X#
Enable/disable a minimize box in an application window.

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

Parameters

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

Return Value

Type: Usual
See Also