Ejemplo n.º 1
0
 /*!
  *  Called when focus leaves the Panel. Resets the HBaseView object's key state.
  */
 public new void LostFocus()
 {
     if (!this.Disposing && (m_pHView != null))
     {
         m_pHView.ResetKeyState();
     }
 }