共用方式為


RibbonDialogLauncher.KeyTip 屬性 (2007 系統)

更新:2007 年 11 月

取得或設定這個 RibbonDialogLauncher 的鍵盤快速鍵。

命名空間:  Microsoft.Office.Tools.Ribbon
組件:  Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)

語法

Public Property KeyTip As String

Dim instance As RibbonDialogLauncher
Dim value As String

value = instance.KeyTip

instance.KeyTip = value
public string KeyTip { get; set; }

屬性值

型別:System.String

這個 RibbonDialogLauncher 目前的鍵盤快速鍵。

備註

KeyTip 必須有 1 到 3 個大寫字元,而且不能包含空格、定位點或新行字元。

KeyTip 有時又稱為便捷鍵或快速鍵,而且做為啟動控制項的捷徑按鍵組合。當您按下 ALT 鍵時,KeyTip 會顯示在 [功能區] 上。如果您的 KeyTip 與內建控制項或其他增益集中的 KeyTip 發生衝突,則 Microsoft Office 可能會自動指派不衝突的 KeyTip 值。

如需詳細資訊,請參閱透過鍵盤使用功能區程式 (英文)。

使用權限

請參閱

參考

RibbonDialogLauncher 類別

RibbonDialogLauncher 成員

Microsoft.Office.Tools.Ribbon 命名空間

其他資源

功能區物件模型概觀