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

            base.OnMouseLeave();
        }