Related Tags:
C# C# (pronounced "C-sharp") is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java. Learn More, Visual Studio Tools for Office (VSTO) Visual Studio Tools for Office is a set of development tools available in the form of a Visual Studio add-in and a runtime that allows Microsoft Office 2003 and later versions of Office applications to host the .NET Framework Common Language Runtime to expose their functionality via .NET. Learn More, Microsoft PowerPoint Microsoft PowerPoint is a presentation program, created by Robert Gaskins and Dennis Austin at a software company named Forethought, Inc. It was released on April 20, 1987, initially for Macintosh computers only. Microsoft acquired PowerPoint for $14 million three months after it appeared. Learn More, Add-in An add-in is a software program that expands the capabilities of bigger programs. It is a term commonly used by Microsoft and other platforms which have additional functions that can be added to primary programs. An add-in has specific but limited features that require only minimal memory resources. Learn More,

How to get the list of all available powerpoint control’s ids?

Description:I need all available powerpoint (currently i am using office 2016) control ids as I have to utilize them for development purpose. it will be good if i can have ids for older versions of powerpoint which might be useful to avoid any compatibility issues.

Posted by: | Posted on: Jan 21, 2020

1 answers

Replies

2

You can get the complete lists of controls with their identifiers,types and much more information of all the office controls, which can be downloaded from following Links(as per the version requirements) in which you will find a file named "powerpointcontrols.xlsx" which will have your required information.
1) Documentation for Office 2016
2) Documentation for Office 2013
3) Documentation for Office 2010

Hope this will help you!

Replied by: | Replied on: Jan 22, 2020



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview