Property TabStops
TabStops
Gets or sets the character columns that the cursor will move to each time you press Tab.
public virtual int[] TabStops { get; set; }
Property Value
- int[]
Remarks
If each successive tab stop is not larger than its predecessor, you will receive an error.