例外 | 解説 |
---|---|
System.ArgumentException | 割り当てられた値には 4 文字以上の文字があります。 |
リボンが表示されており、Alt キーが押されると KeyTip が表示されます。
注:
項目の KeyTip が同じコンテナー内の別の項目と競合する場合、この KeyTip が変更されます。
' Create MaskedEditorTool Dim maskedEditorTool As New MaskedEditorTool() maskedEditorTool.Id = "maskedEditor" maskedEditorTool.KeyTip = "ME"
// Create MaskedEditorTool MaskedEditorTool maskedEditorTool = new MaskedEditorTool(); maskedEditorTool.Id = "maskedEditor"; maskedEditorTool.KeyTip = "ME";