DropDownGallery.MenuGroups プロパティ
ドロップダウン ギャラリー コントロール内の一連のドロップダウン メニュー項目のコンテナーを表します。
使用法
<DropDownGallery.MenuGroups>
child elements
</DropDownGallery.MenuGroups>
属性
属性はありません。
子要素
要素 | 説明 |
---|---|
MenuGroup |
少なくとも 1 回は発生する必要があります |
親要素
要素 |
---|
DropDownGallery |
解説
必須。
DropDownGallery 要素ごとに 1 回だけ実行する必要があります。
例
次の例では、 DropDownGallery.MenuGroups 要素の基本的なマークアップを示します。
コードのこのセクションでは、 DropDownGallery.MenuGroups コントロールの宣言を ドロップダウン ギャラリー のコマンド 空間で示します。
<!-- DropDownGallery -->
<Group CommandName="cmdDropDownGalleryGroup">
<DropDownGallery CommandName="cmdDropDownGallery"
TextPosition="Hide"
Type="Commands"
ItemHeight="32"
ItemWidth="32">
<DropDownGallery.MenuLayout>
<FlowMenuLayout Rows="2"
Columns="3"
Gripper="None"/>
</DropDownGallery.MenuLayout>
<DropDownGallery.MenuGroups>
<MenuGroup>
<Button CommandName="cmdButton1"></Button>
<Button CommandName="cmdButton2"></Button>
</MenuGroup>
<MenuGroup>
<Button CommandName="cmdButton3"></Button>
</MenuGroup>
</DropDownGallery.MenuGroups>
</DropDownGallery>
</Group>
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 R2 [デスクトップ アプリのみ] |