ActivatingKeyTipEventArgs 类

定义

ActivatingKeyTip 事件提供数据。

public ref class ActivatingKeyTipEventArgs : System::Windows::RoutedEventArgs
public class ActivatingKeyTipEventArgs : System.Windows.RoutedEventArgs
type ActivatingKeyTipEventArgs = class
    inherit RoutedEventArgs
Public Class ActivatingKeyTipEventArgs
Inherits RoutedEventArgs
继承
ActivatingKeyTipEventArgs

构造函数

ActivatingKeyTipEventArgs()

初始化 ActivatingKeyTipEventArgs 类的新实例。

属性

Handled

获取或设置一个值,该值指示针对路由事件(在其经过路由时)的事件处理的当前状态。

(继承自 RoutedEventArgs)
KeyTipHorizontalOffset

获取或设置指定水平位置的水平偏移。

KeyTipHorizontalPlacement

获取或设置与位置目标元素相关的快捷键提示的水平位置。

KeyTipVerticalOffset

获取或设置指定垂直位置的垂直偏移。

KeyTipVerticalPlacement

获取或设置与位置目标元素相关的快捷键提示的垂直位置。

KeyTipVisibility

获取或设置指示快捷键提示是否显示和可访问的值。

OriginalSource

在父类进行任何可能的 Source 调整之前,获取由纯命中测试确定的原始报告源。

(继承自 RoutedEventArgs)
PlacementTarget

获取或设置用作放置快捷键提示的目标的用户界面元素。

RoutedEvent

获取或设置与此 RoutedEventArgs 实例关联的 RoutedEvent

(继承自 RoutedEventArgs)
Source

获取或设置对引发事件的对象的引用。

(继承自 RoutedEventArgs)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
InvokeEventHandler(Delegate, Object)

在指定对象上调用指定的事件处理程序。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
OnSetSource(Object)

在派生类中重写时,每当实例的 Source 属性的值发生更改,则提供一个通知回调入口点。

(继承自 RoutedEventArgs)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于