Inheritance: System.Windows.Forms.Form
        private int m_priority = 0;                                           // the IComPage priority

        #region IComPropertyPage Membres

        public int Activate()
        {
            if (m_form == null)
            {
                m_form = new FrmNodeReductionRule();
            }
            return((int)m_form.Handle);
        }
        private int m_priority = 0;                                                                                 // the IComPage priority

        #region IComPropertyPage Membres

        public int Activate()
        {
            if (m_form == null) m_form = new FrmNodeReductionRule();
            return (int)m_form.Handle;
        }