Click or drag to resize

DataBrowser.EnableHorizontalSplit Method (Typed)

X#
Enable/disable a horizontal splitbar in the data browser.

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

Parameters

lShowSplit
Type: Logic
TRUE enables (and shows) the splitbar; FALSE disables (and hides) it. The default is TRUE. If this method is not called for a data browser, FALSE is the default.

Return Value

Type: Logic
See Also