ActivatingKeyTipEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 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 類別的新執行個體。 |
屬性
Handled |
取得或設定值,這個值表示路由事件在傳送路由時之事件處理的目前狀態。 (繼承來源 RoutedEventArgs) |
KeyTipHorizontalOffset |
取得或設定從指定水平位置的水平位移。 |
KeyTipHorizontalPlacement |
設定或取得 KeyTip 相對於位置目標項目的水平位置。 |
KeyTipVerticalOffset |
取得或設定從指定垂直位置的垂直位移。 |
KeyTipVerticalPlacement |
設定或取得 KeyTip 相對於位置目標項目的垂直位置。 |
KeyTipVisibility |
取得或設定值,這個值表示是否顯示以及是否可存取 KeyTip。 |
OriginalSource |
在父類別進行任何可能的 Source 調整之前,取得純點擊測試所判定的原始報告來源。 (繼承來源 RoutedEventArgs) |
PlacementTarget |
取得或設定做為放置 KeyTip 的目標的使用者介面元素。 |
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) |