Allows add-in applications to create tabs and add them to the
CommandManager. The add-in application must create and clean up its own tabs.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface ICommandTab |
C# | |
---|
public interface ICommandTab |
C++/CLI | |
---|
public interface class ICommandTab |
Example
Remarks
Accessors
See Also