バージョン

Caption プロパティ (ComboEditorTool)

ツールに関連付けられたキャプションを取得または設定します。
シンタックス
'宣言
 
Public Property Caption As String
public string Caption {get; set;}
使用例
' 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>
参照