[]
Checks whether the collection contains a tab stop at a specified position.
public bool Contains(float position)
Public Function Contains(position As Single) As Boolean
Type | Name | Description |
---|---|---|
float | position | The tab stop position to find. |
Type | Description |
---|---|
bool | True if the collection contains a tab stop at the specified position, false otherwise. |