PDA

View Full Version : QAxWidget Properties



ToddAtWSU
13th February 2006, 17:46
I have created a QAxWidget and set its control with the CLSID that I need. How can I discover what properties this QAxWidget has so I know what I can manipulate? I assume QAxWidgets have different properties based on the CLSIDs, right? Thanks for your help!

jacek
13th February 2006, 18:45
You could try QAxBase::propertyBag() method.