System.Windows.Forms.RichTextBox.SelectionTabs Property

Gets or sets the absolute tab stop positions in a System.Windows.Forms.RichTextBox control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public int[] SelectionTabs { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property enables you to obtain an array that contains the spacing for each tab in the current text selection within the System.Windows.Forms.RichTextBox control. You can then use this property to adjust the size of each tab within the text selection. For example, if you want to adjust the tab space within the document, you can select the entire document and obtain the list of tab spaces using the RichTextBox.SelectionTabs property. You can then adjust them to new values and reassign them to this property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0