Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.15 KB

File metadata and controls

40 lines (30 loc) · 1.15 KB
title CommandName Element
description The CommandName element specifies the text that appears in the keyboard category in the Options dialog box and in the Commands list in the Customize dialog box.
ms.date 11/04/2016
ms.topic reference
helpviewer_keywords
CommandName element (VSCT XML schema)
VSCT XML schema elements, CommandName
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

CommandName element

The CommandName element specifies the text that appears in the keyboard category in the Options dialog box, and in the Commands list in the Customize dialog box.

Syntax

<CommandName>MyCommand</CommandName>

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
Strings element Groups text elements, such as ButtonText and CommandName.

See also