| Overload | Description |
|---|---|
| FindByTitle(String) | Searches for a tab page with the given name using the string comparison rules for the current culture. Returns null if a tab page with the given title is not found. |
| FindByTitle(String,StringComparison) | Searches for a tab page with the given title using the specified string comparison. Returns null if a tab page with the given title is not found. |