T3000 CrossPlatform Documentation
RangeReadOnly Property |
[This is preliminary documentation and is subject to change.]
Range is readonly?
This property return True if any char of the range contains ReadOnlyStyle.
Set this property to True/False to mark chars of the range as Readonly/Writable.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean Get Set Dim instance As Range Dim value As Boolean value = instance.ReadOnly instance.ReadOnly = value
Property Value
Type: BooleanSee Also