Habanero.Faces.Win.DefaultBOEditorFormWin.IDefaultBOEditorForm C# (CSharp) Method

IDefaultBOEditorForm() private method

Pops the form up in a modal dialog. If the BO is successfully edited and saved, returns true, else returns false.
private IDefaultBOEditorForm ( ) : bool
return bool
        bool IDefaultBOEditorForm.ShowDialog()
        {
            return this.ShowDialog() == (System.Windows.Forms.DialogResult)Base.DialogResult.OK;
        }
    }