How do you obtain XDocument from property pages of ActiveX control

J

Jim Cantwell

I need to create a tab similar to the 'Data' tab for combobox. In order to
fill the Data Source list, I need access to the XDocument for the form. But
the InfoPathControl::Init has not been called yet when the property page is
displayed. Is there another way to obtain the XDocument during design time?
 
Top