バージョン

Id プロパティ (ComboEditorTool)

ツールに関連付けられた Id を取得または設定します。
シンタックス
'宣言
 
Public Property Id As String
public string Id {get; set;}
使用例
' Create ComboEditorTool 
Dim comboEditorTool As New TextEditorTool() 
comboEditorTool.Id = "comboEditor"
// Create ComboEditorTool
ComboEditorTool comboEditorTool = new ComboEditorTool();
comboEditorTool.Id = "comboEditor";
<igRibbon:ComboEditorTool
  
Id="fontSizeCombo"
  
x:Name="fontSizeCombo"
  
KeyTip="CT"
  
IsEditable="False"
  
DropDownResizeMode="VerticalOnly"
  
EditAreaWidth="118.0"
>
</igRibbon:ComboEditorTool>
参照