Method PositionIsReadonly
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
PositionIsReadonly(Point)
When implemented by a class, determines whether the text at given position is readonly.
bool PositionIsReadonly(Point position)
Parameters
position
PointPosition in text coordinates.
Returns
- bool
True if the text can be edited at given position; otherwise false.