expression.GetViewByTitleText( _ ByVal titleText As String _ ) As View object
where expression is a variable that represents a Frame Object
Parameters
- titleText
- The title text to match
Return Value
The View object that matches the title text, or null if no View object matches it.