ActivatingKeyTipEventArgs クラス
定義
ActivatingKeyTip イベントのデータを提供します。Provides data for the ActivatingKeyTip event.
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 クラスの新しいインスタンスを初期化します。Initializes a new instance of the ActivatingKeyTipEventArgs class. |
プロパティ
Handled |
ルーティング イベントがルートをたどる際のイベント処理の現在の状態を示す値を取得または設定します。Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (継承元 RoutedEventArgs) |
KeyTipHorizontalOffset |
指定した水平方向の配置からの水平オフセットを取得または設定します。Gets or sets the horizontal offset from the specified horizontal placement. |
KeyTipHorizontalPlacement |
配置先の要素に対する KeyTip の水平方向の配置を取得または設定します。Gets or sets the horizontal placement for the KeyTip relative to the placement target element. |
KeyTipVerticalOffset |
指定された垂直方向の配置から垂直オフセットを取得または設定します。Gets or sets the vertical offset from the specified vertical placement. |
KeyTipVerticalPlacement |
配置先の要素に対する KeyTip の垂直方向の配置を取得または設定します。Gets or sets the vertical placement for the KeyTip relative to the placement target element. |
KeyTipVisibility |
KeyTip が表示され、アクセス可能かどうかを示す値を取得または設定します。Gets or sets the value that indicates whether the KeyTip is displayed and accessible. |
OriginalSource |
親クラスによって Source が調整される前の、純粋なヒット テストで判断される元の報告ソースを取得します。Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (継承元 RoutedEventArgs) |
PlacementTarget |
KeyTip のターゲットとして機能するユーザー インターフェイス要素を取得または設定します。Gets or sets the user interface element that serves as the target for placing the KeyTip. |
RoutedEvent |
この RoutedEventArgs インスタンスに関連付けられている RoutedEvent を取得または設定します。Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (継承元 RoutedEventArgs) |
Source |
イベントを発生させたオブジェクトへの参照を取得または設定します。Gets or sets a reference to the object that raised the event. (継承元 RoutedEventArgs) |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
InvokeEventHandler(Delegate, Object) |
指定したオブジェクトで指定したイベント ハンドラーを呼び出します。Invokes the specified event handler on the specified object. |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
OnSetSource(Object) |
派生クラスでオーバーライドした場合、インスタンスの Source プロパティの値が変更されるたびに、通知コールバックのエントリ ポイントを提供します。When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (継承元 RoutedEventArgs) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |