ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerDesigner.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 (_dateTimePicker != null)
                _dateTimePicker.DesignerMouseLeave();

            base.OnMouseLeave();
        }