Click or drag to resize

DataBrowser.SetStandardStyle Method (Typed)

X#
Set the appearance of the data browser's caption areas.

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

Parameters

kStyle
Type: Long
The style to set, specified as one of the following constants:

Return Value

Type: Logic
Remarks
Tip Tip
The DataBrowser:SetStandardStyle() method can be overridden by DataColumn:SetStandardStyle() for individual columns.
ConstantDescription
GBSCONTROL2DNo sculpting, text on a flat rectangle.
GBSCONTROL3DSculpted three-dimensional buttons.
GBSEDITMake browser "editable" (turn off read-only style).
GBSREADONLYMake browser read-only (text cannot be changed).
If not specified, the default style is sculpted, three-dimensional, and "editable." Tip: To specify more than one style parameter, simply make more than one call.
Tip Tip
The DataBrowserSetStandardStyle() can be overridden by the DataColumn:SetStandardStyle() for individual columns.
See Also