ZForge.Controls.XPTable.Editors.DropDownCellEditor.HideDropDown C# (CSharp) Method

HideDropDown() protected method

Conceals the drop down portion from the user
protected HideDropDown ( ) : void
return void
        protected virtual void HideDropDown()
        {
            this.dropDownContainer.HideDropDown();

            this.parentForm.RemoveOwnedForm(this.dropDownContainer);

            this.activationListener.ReleaseHandle();

            this.parentForm.Activate();
        }