DataBrowser.SetStandardStyle Method | |
Set the appearance of the data browser's caption areas.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetStandardStyle(
kStyle
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetStandardStyle(
Usual kStyle = default
)
Request Example
View SourceParameters
- kStyle (Optional)
- Type: Usual
The style to set, specified as one of the following constants:
Return Value
Type:
UsualRemarks Tip |
---|
The DataBrowser:SetStandardStyle() method can be overridden by DataColumn:SetStandardStyle() for individual columns. |
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). |
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 |
---|
The DataBrowserSetStandardStyle() can be overridden by the DataColumn:SetStandardStyle() for individual columns. |
See Also