ZForge.Controls.XPTable.Editors.DropDownCellEditor.HideDropDown C# (CSharp) Méthode

HideDropDown() protected méthode

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

            this.parentForm.RemoveOwnedForm(this.dropDownContainer);

            this.activationListener.ReleaseHandle();

            this.parentForm.Activate();
        }