expression.GoSearch()
where expression is a variable that represents a WebControl Object
expression.GoSearch()
'This sample shows how to go to the default search page Sub navigateMethods() 'Go to the default Web search page ThisWebControl.GoSearch End Sub