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