/// <summary> /// Perform got focus handling. /// </summary> public virtual void GotFocus() { // Tell current view of source event if (ActiveView != null) { ActiveView.GotFocus(_control); } else if (_root != null) { _root.GotFocus(_control); } }