RichEdit.GetTabStops Method (Typed) | |
Set the TabStops for a rich edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD GetTabStops() AS LONG[]
public virtual int[] GetTabStops()
Request Example
View SourceReturn Value
Type:
Long
An array of tab values.
Remarks
The tab array that is returned 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