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