This document is archived and information here might be outdated. Recommended version. |
Indicates whether this command item is built-in or if it was implemented through VBA.
[Visual Basic .NET]
Public ReadOnly Property BuiltIn As Boolean
[C#]
public bool BuiltIn {get;}
Returns True if the command is a COM command that was created by implementing ICommand and compiling into a DLL. Returns False if the command is a UIControl or a VBA macro.