Range.IsReadOnlyLeftChar Method

T3000 CrossPlatform

RangeIsReadOnlyLeftChar Method

[This is preliminary documentation and is subject to change.]

Is char before range readonly

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool IsReadOnlyLeftChar()
Public Function IsReadOnlyLeftChar As Boolean

Dim instance As Range
Dim returnValue As Boolean

returnValue = instance.IsReadOnlyLeftChar()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.IsReadOnlyLeftChar"]

See Also