Automation programming and MSO enumeration values

G

Guest

Hi everyone,

Is there a place where I can find the integer values for the various mso
enumerations that are used in PowerPoint automation programming? I'm
developering an application in C++ and finding, for example, that if a
property of an object requires an MsoTriState value for setting then I need
to determine the actual value of the MsoTriState enumerations (msoTrue,
msoFalse, etc) in order to call the method. Ideally, I would like to find a
header file that declares each enumeration type and defined values to include
in my application.

Any help would be appreciated.
 
S

Steve Rindsberg

Hi everyone,

Is there a place where I can find the integer values for the various mso
enumerations that are used in PowerPoint automation programming? I'm
developering an application in C++ and finding, for example, that if a
property of an object requires an MsoTriState value for setting then I need
to determine the actual value of the MsoTriState enumerations (msoTrue,
msoFalse, etc) in order to call the method. Ideally, I would like to find a
header file that declares each enumeration type and defined values to include
in my application.

Use the Object Browser in the VBA IDE from within PPT. It's a bit tedious
compared to having all the values handy in a text file but it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top