Chatterer.ToolbarButtonWrapper.Destroy C# (CSharp) Method

Destroy() public method

Permanently destroys this button so that it is no longer displayed. Should be used when a plugin is stopped to remove leftover buttons.
public Destroy ( ) : void
return void
        public void Destroy()
        {
            this.ButtonDestroy.Invoke(this.Button, null);
        }