Click or drag to resize

DataBrowser.EnableBorder Method (Typed)

X#
Specify the border style of the data browser.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableBorder(
	kBorderType AS LONG
) AS USUAL
Request Example View Source

Parameters

kBorderType
Type: Long
The display style of the data browser window's border, specified as one of the constants in the table below

Return Value

Type: Usual
Remarks
1Values for kBorderType
2Constant    Description
3BTNOBORDER    No border.
4BTNONSIZINGBORDER    A single-line border that does not allow resizing.
5BTSIZINGBORDER    A border that allows resizing. This is the default.
When autosizing is enabled for a data browser acting as a browse view for a data window, the data browser should not have a border because the window provides a sizing border. When a data browser is acting as a regular control, a non-sizing border is most commonly used.
See Also