This document is archived and information here might be outdated.  Recommended version.


ICommandItem.BuiltIn Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandItem Interface > ICommandItem.BuiltIn Property
ArcGIS Developer Help

ICommandItem.BuiltIn Property

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;}

Product Availability

Available with ArcGIS Desktop.

Description

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.

See Also

ICommandItem Interface