ComponentFactory.Krypton.Toolkit.ToolTipController.MouseEnter C# (CSharp) Method

MouseEnter() public method

Mouse has entered the view.
public MouseEnter ( Control c ) : void
c System.Windows.Forms.Control Reference to the source control instance.
return void
        public void MouseEnter(Control c)
        {
            _manager.MouseEnter(_targetElement, c);

            if (_targetController != null)
                _targetController.MouseEnter(c);
        }