バージョン

ComboEditorTool クラス

ComboEditorTool は選択するための項目リスト付きでドロップダウンを表示します。編集部分に任意のテキストを入力することもできます。
シンタックス
解説

注: このツールは Infragistics.Windows.Editors.XamComboEditor から派生しているので、ツールの使用法の意味合いは CaptionSmallImageIdKeyTip などの特定の共通ツール プロパティが追加されて XamComboEditor と同じです。

使用例
' Create ComboEditorTool 
Dim comboEditorTool As New ComboEditorTool() 
comboEditorTool.Id = "comboEditor" 
comboEditorTool.Caption = "comboEditor"
// Create ComboEditorTool
ComboEditorTool comboEditorTool = new ComboEditorTool();
comboEditorTool.Id = "comboEditor";
comboEditorTool.Caption = "comboEditor";
<igRibbon:ComboEditorTool
  
Id="fontSizeCombo"
  
x:Name="fontSizeCombo"
  
Caption="fontFamilyCombo"
>
</igRibbon:ComboEditorTool>
参照