Automation programming and MSO enumeration values

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top