バージョン

Caption プロパティ (TextEditorTool)

ツールに関連付けられたキャプションを取得または設定します。
シンタックス
'宣言
 
Public Property Caption As String
public string Caption {get; set;}
使用例
' Create TextEditorTool 
Dim textEditorTool As New TextEditorTool() 
textEditorTool.Id = "textEditor" 
textEditorTool.Caption = "textEditor"
// Create TextEditorTool
TextEditorTool textEditorTool = new TextEditorTool();
textEditorTool.Id = "textEditor";
textEditorTool.Caption = "textEditor";
<igRibbon:TextEditorTool
  
Id="textEditor"
  
Caption="textEditor"
>
</igRibbon:TextEditorTool>
参照