Method IsValidText
IsValidText(Point)
Indicates whether text at the specified position is valid (that is does not contain comments or string constants).
public virtual bool IsValidText(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if text is not plain; otherwise false.
IsValidText(byte)
protected virtual bool IsValidText(byte style)
Parameters
style
byte