DataBrowser.EnableBorder Method (Typed) | |
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
public virtual Usual EnableBorder(
int kBorderType
)
Request Example
View SourceParameters
- 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:
UsualRemarks 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