バージョン 24.2 (最新)

ComboEditorTool クラス

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

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

使用例
' Create ComboEditorTool 
Dim comboEditorTool As New ComboEditorTool() 
comboEditorTool.Id = "comboEditor" 
comboEditorTool.Caption = "comboEditor"
'宣言
 
Public Class ComboEditorTool 
   Inherits Infragistics.Windows.Editors.XamComboEditor
   Implements Infragistics.Windows.Editors.ISupportsSelectableText 
 
// Create ComboEditorTool
ComboEditorTool comboEditorTool = new ComboEditorTool();
comboEditorTool.Id = "comboEditor";
comboEditorTool.Caption = "comboEditor";
'宣言
 
Public Class ComboEditorTool 
   Inherits Infragistics.Windows.Editors.XamComboEditor
   Implements Infragistics.Windows.Editors.ISupportsSelectableText 
 
<igRibbon:ComboEditorTool
  
Id="fontSizeCombo"
  
x:Name="fontSizeCombo"
  
Caption="fontFamilyCombo"
>
</igRibbon:ComboEditorTool>
'宣言
 
Public Class ComboEditorTool 
   Inherits Infragistics.Windows.Editors.XamComboEditor
   Implements Infragistics.Windows.Editors.ISupportsSelectableText 
 
参照