Click or drag to resize

AppWindow.EnableBorder Method

X#
Set the border style for an application window.

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

Parameters

kBorderStyle (Optional)
Type: Usual
The display style of the application window's border, specified as one of the following constantsn

Return Value

Type: Usual
Remarks
ConstantDescription
WINDOWNOBORDERNo border.
WINDOWNONSIZINGBORDERA nonsizable, captioned border.
WINDOWSIZINGBORDER A resizable, captioned border. This is the default.
See Also