Stop() public method

Stops loading the current web page and any resources associated with it.
public Stop ( ) : void
return void
 void BodyContextMenuStop_Click(object sender, EventArgs e)
 {
     owner.Stop();
 }