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