KeyTipService 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示一種服務,提供屬性、方法和事件,以啟用和管理在 WPF Ribbon控制項中的 KeyTip。
public ref class KeyTipService
public class KeyTipService
type KeyTipService = class
Public Class KeyTipService
- 繼承
-
KeyTipService
欄位
ActivatingKeyTipEvent |
識別 ActivatingKeyTip 路由事件。 |
IsKeyTipScopeProperty |
識別 IsKeyTipScope 相依性屬性。 |
KeyTipAccessedEvent |
識別 KeyTipAccessed 路由事件。 |
KeyTipProperty |
識別 KeyTip 相依性屬性。 |
KeyTipStyleProperty |
識別 KeyTipStyle 相依性屬性。 |
PreviewKeyTipAccessedEvent |
識別 PreviewKeyTipAccessed 路由事件。 |
附加屬性
IsKeyTipScope |
取得或設定值,指出此屬性所附加的元素是否為 KeyTip 範圍。 |
KeyTip |
取得或設定要用於 KeyTip 的文字。 |
KeyTipStyle |
取得或設定搭配 KeyTip 一起使用的樣式。 |
方法
附加事件
ActivatingKeyTip |
啟動 KeyTip 時發生。 |
KeyTipAccessed |
發生於存取 KeyTip 時。 |
PreviewKeyTipAccessed |
發生於存取 KeyTip 時。 |