ComponentFactory.Krypton.Toolkit.KryptonMonthCalendarDesigner.OnMouseLeave C# (CSharp) Method

OnMouseLeave() protected method

Receives a call when the mouse leaves the control.
protected OnMouseLeave ( ) : void
return void
        protected override void OnMouseLeave()
        {
            if (_monthCalendar != null)
                _monthCalendar.DesignerMouseLeave();

            base.OnMouseLeave();
        }