Click or drag to resize

DataColumn.SetStandardStyle Method

X#
Set the appearance of this data column's caption area.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStandardStyle(
	kStyle
) AS USUAL CLIPPER
Request Example View Source

Parameters

kStyle (Optional)
Type: Usual
The style to set, specified as one of the constants below

Return Value

Type: Usual
Remarks
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).
Tip: To specify more than one style parameter, simply make more than one call
Tip Tip
DataColumn:SetStandardStyle() can override the DataBrowser:SetStandardStyle() method for individual columns.
See Also