DataBrowser.EnableBorder Method | |
Specify the border style of the data browser.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableBorder(
kBorderType
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableBorder(
Usual kBorderType = default
)
Request Example
View SourceParameters
- kBorderType (Optional)
- Type: Usual
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