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

rtfListOfSearches_Enter() private method

private rtfListOfSearches_Enter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void rtfListOfSearches_Enter(object sender, EventArgs e)
        {
            _rtfListOfSearches.Visible = true;
        }
AddinControlGui