hoTools.ActiveX.AddinControlGui.rtfListOfSearches_Leave C# (CSharp) Method

rtfListOfSearches_Leave() private method

Leaves list of available Searches
private rtfListOfSearches_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void rtfListOfSearches_Leave(object sender, EventArgs e)
        {
            _rtfListOfSearches.Visible = false;
            _toolTipRtfListOfSearches.Hide(_rtfListOfSearches);
        }
        /// <summary>
AddinControlGui