System.ComponentModel.Container.RemoveWithoutUnsiting C# (CSharp) Method

RemoveWithoutUnsiting() protected method

protected RemoveWithoutUnsiting ( IComponent component ) : void
component IComponent
return void
        protected void RemoveWithoutUnsiting(IComponent component)
        {
            Remove(component, true);
        }