Method IsValidText
IsValidText(Point)
When implemented by a class, indicates whether text at the specified position is valid (that is does not contain comments or string constants).
bool IsValidText(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if text is not plain; otherwise false.