/// <summary>
 /// Hides the application-level tab on the Task Pane.
 /// </summary>
 /// <returns>True if the application-level tab is hidden, false if not</returns>
 public bool HideView()
 {
     DeBindToEleHost();
     return(TaskpaneView.HideView());
 }