- [アーティクル]
-
-
個々のコマンドを表す Button 要素をグループ化します。
構文
<Buttons>
<Button>... </Button>
<Button>... </Button>
</Buttons>
属性と要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
属性 |
説明 |
条件 |
省略可能。 条件付き属性に関するページを参照してください。 |
子要素
親要素
例
<Buttons>
<Button guid="guidMenuAndCommandsCmdSet" id="cmdidMyCommand" priority="0x100" type="Button">
<Parent guid="guidMenuAndCommandsCmdSet" id="MyMenuGroup"/>
<Icon guid="guidGenericCmdBmp" id="bmpArrow"/>
<Strings>
<ButtonText>C# Command Sample</ButtonText>
</Strings>
</Button>
</Buttons>
関連項目