DataBrowser.EnableHorizontalSplit Method (Typed) | |
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
public virtual bool EnableHorizontalSplit(
[DefaultParameterValueAttribute(true, 0)] bool lShowSplit
)
Request Example
View SourceParameters
- 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:
LogicSee Also