为 ActivatingKeyTip 事件提供数据。
继承层次结构
System.Object
  System.EventArgs
    System.Windows.RoutedEventArgs
      Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
命名空间:  Microsoft.Windows.Controls
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)
语法
声明
Public Class ActivatingKeyTipEventArgs _
    Inherits RoutedEventArgs
public class ActivatingKeyTipEventArgs : RoutedEventArgs
public ref class ActivatingKeyTipEventArgs : public RoutedEventArgs
type ActivatingKeyTipEventArgs =  
    class
        inherit RoutedEventArgs
    end
public class ActivatingKeyTipEventArgs extends RoutedEventArgs
ActivatingKeyTipEventArgs 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | ActivatingKeyTipEventArgs | 初始化 ActivatingKeyTipEventArgs 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Handled | 获取或设置一个值,该值指示路由事件在路由过程中的事件处理当前状态。 (继承自 RoutedEventArgs。) | 
| .gif) | KeyTipHorizontalOffset | 获取或设置指定水平位置的水平偏移。 | 
| .gif) | KeyTipHorizontalPlacement | 获取或设置与位置目标元素相关的快捷键提示的水平位置。 | 
| .gif) | KeyTipVerticalOffset | 获取或设置指定垂直位置的垂直偏移。 | 
| .gif) | KeyTipVerticalPlacement | 获取或设置与位置目标元素相关的快捷键提示的垂直位置。 | 
| .gif) | KeyTipVisibility | 获取或设置指示快捷键提示是否显示和可访问的值。 | 
| .gif) | OriginalSource | 在父类进行任何可能的 Source 调整之前,获取原始报告源(由纯粹命中测试确定)。 (继承自 RoutedEventArgs。) | 
| .gif) | PlacementTarget | 获取或设置用作放置快捷键提示的目标的用户界面元素。 | 
| .gif) | RoutedEvent | 获取或设置与此 RoutedEventArgs 实例关联的 RoutedEvent。 (继承自 RoutedEventArgs。) | 
| .gif) | Source | 获取或设置对引发事件的对象的引用。 (继承自 RoutedEventArgs。) | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | InvokeEventHandler | 在指定对象上调用指定的事件处理程序。 (重写 RoutedEventArgs.InvokeEventHandler(Delegate, Object)。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | OnSetSource | 在派生类中重写时,每当实例的 Source 属性的值发生更改,则提供一个通知回调入口点。 (继承自 RoutedEventArgs。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。