Stop() публичный Метод

Stops loading the current web page and any resources associated with it.
public Stop ( ) : void
Результат void
 void BodyContextMenuStop_Click(object sender, EventArgs e)
 {
     owner.Stop();
 }