public string KeyTip {get; set;}
'宣言 Public Property KeyTip As String
リボンが表示されており、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";
MaskedEditorTool クラス MaskedEditorTool メンバ KeyTipProperty フィールド