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

        #region IComPropertyPage Membres

        public int Activate()
        {
            // Create a new RemoveElementForm but do not show it
            if (m_form == null)
            {
                m_form = new frmReductionLink();
            }
            return((int)m_form.Handle);
        }
        private int m_priority = 0;                                   // the IComPage priority

        #region IComPropertyPage Membres

        public int Activate()
        {
            // Create a new RemoveElementForm but do not show it 
            if (m_form == null) m_form = new frmReductionLink();
            return (int)m_form.Handle;
        }