バージョン

Caption プロパティ (MaskedEditorTool)

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