DataColumn.SetStandardStyle Method (Typed) | |
Set the appearance of this data column's caption area.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetStandardStyle(
kStyle AS LONG
) AS VOID
public virtual void SetStandardStyle(
int kStyle
)
Request Example
View SourceParameters
- kStyle
- Type: Long
The style to set, specified as one of the constants below
Remarks Constant | Description |
---|
GBSCONTROL2D | No sculpting, text on a flat rectangle. |
GBSCONTROL3D | Sculpted three-dimensional buttons. |
GBSEDIT | Make browser "editable" (turn off read-only style). |
GBSREADONLY | Make browser read-only (text cannot be changed). |
Tip: To specify more than one style parameter, simply make more than one call
Tip |
---|
DataColumn:SetStandardStyle() can override the DataBrowser:SetStandardStyle() method for individual columns. |
See Also