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