RichEdit.SetTabStops Method | |
Set the TabStops for a rich edit control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTabStops(
aTabStops
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetTabStops(
Usual aTabStops = default
)
Request Example
View SourceParameters
- aTabStops (Optional)
- Type: Usual
An array of values.
Return Value
Type:
UsualRemarks
The Tab array contains the tab-values. Each tab-value is a subarray with two values.
The first one is the tab-position in cm.
The second is the tab-alignment defined by one of these constants -
RICHTAB_CENTER
RICHTAB_DECIMAL
RICHTAB_NORMAL
RICHTAB_RIGHT
See Also