Gets or sets a value indicating whether the current text selection is protected.
[Visual Basic]
Public Property SelectionProtected As Boolean
[C#]
public bool SelectionProtected {get; set;}
Boolean. True if the current text selection is protected; otherwise, false. The default value is false.
This property will return True only if the entire selection within the control contains protected content.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
RichTextBox Class | RichTextBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.