バージョン

Id プロパティ (MaskedEditorTool)

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