Beyond_Beyaan.BBToolTip.SetShowing C# (CSharp) Method

SetShowing() public method

public SetShowing ( bool showing ) : void
showing bool
return void
        public void SetShowing(bool showing)
        {
            _showing = showing;
            if (!_showing)
            {
                _delayBeforeShowing = 0;
            }
        }