バージョン

MaskedEditorTool クラス

MaskedEditorTool によって、ユーザー入力を制限するためのマスクを使用してテキストの編集ができます。
シンタックス
解説

注: このツールは Infragistics.Windows.Editors.XamMaskedEditor から派生しているので、ツールの使用法の意味合いは、CaptionSmallImageIdKeyTip などの特定の共通ツール プロパティが追加されて XamMaskedEditor と同じです。

使用例
' 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>
参照