バージョン

ButtonType プロパティ

このツールの使い方を取得または設定します。ひとつのドロップダウン、またはドロップダウン領域およびボタン領域に分割されるのいずれかです。
シンタックス
'宣言
 
Public Property ButtonType As MenuToolButtonType
public MenuToolButtonType ButtonType {get; set;}
使用例
Dim menuTool As New MenuTool() 
menuTool.Caption = "Menu Tool" 
menuTool.ButtonType = MenuToolButtonType.Segmented
MenuTool menuTool = new MenuTool();
menuTool.Caption = "Menu Tool";
menuTool.ButtonType = MenuToolButtonType.Segmented;
<igRibbon:MenuTool
    
Caption= "Menu Tool"
    ButtonType= "Segmented" 
    SmallImage= "Images\icons\Ribbon\QuickStyles_16x16.png" 
    
LargeImage= "Images\icons\Ribbon\QuickStyles_32x32.png" 
    
>
    
<TextBlock Text="Menu Item 1"/>
    
<TextBlock Text="Menu Item 2"/>
</igRibbon:MenuTool>
参照