IfcDoc.FormEdit.FindPrev C# (CSharp) Method

FindPrev() private method

private FindPrev ( ) : void
return void
        private void FindPrev()
        {
            if (this.m_findposition > 0)
            {
                this.m_findposition--;
            }
            this.FindUpdate();
        }
FormEdit