Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.SelProtected Property

Gets or sets the protection flag for the current selection; when a user tries to modify a protected flag the [ModifyProtected] event is raised

Syntax
Public Property Get SelProtected () As Boolean
Public Property Let SelProtected (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean The new value
Remarks