Gets or sets a value indicating whether a selection margin is displayed in the System.Windows.Forms.RichTextBox.
Documentation for this section has not yet been entered.
You can use this property to enable the user to easily select lines of text in the System.Windows.Forms.RichTextBox. The selection margin is added to the left side of the System.Windows.Forms.RichTextBox. This margin makes it easier for the user to select text starting on the left side of the control. The user can click in the selection margin to select a single line of text or double-click to select the entire paragraph that the line double-clicked is contained within.
If the RichTextBox.ShowSelectionMargin property is set to true, setting the RichTextBox.ScrollBars property to RichTextBoxScrollBars.Horizontal, RichTextBoxScrollBars.Vertical, or RichTextBoxScrollBars.Both will not cause scroll bars to be displayed. In order to display scroll bars while the RichTextBox.ShowSelectionMargin property is set to true, set the RichTextBox.ScrollBars property to RichTextBoxScrollBars.ForcedHorizontal, RichTextBoxScrollBars.ForcedVertical, or RichTextBoxScrollBars.ForcedBoth.