Property TabStops
TabStops
When implemented by a class, gets or sets the character columns that the cursor will move to each time you press Tab.
int[] TabStops { get; set; }
Property Value
- int[]
When implemented by a class, gets or sets the character columns that the cursor will move to each time you press Tab.
int[] TabStops { get; set; }